IDDCX_HDR10_FRAME_METADATA - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// iddcx.h

struct IDDCX_HDR10_FRAME_METADATA {
  IDDCX_HDR10_FRAME_METADATA_TYPE Type;
  IDDCX_HDR10_METADATA            NewMetaData;
};
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-iddcx-iddcx_hdr10_frame_metadata)

Description

The IDDCX_HDR10_FRAME_METADATA structure contains HDR10 metadata to use with a frame.

Members

Type

An IDDCX_HDR10_FRAME_METADATA_TYPE value that tells the driver which type of HDR10 metadata to use with this frame.

NewMetaData

If Type is IDDCX_HDR10_FRAME_METADATA_TYPE_NEW, NewMetaData is an IDDCX_HDR10_METADATA structure that contains the new metadata block to use with this frame.

Remarks

For more information about HDR support, see IddCx version 1.10 updates.

See also

IDARG_OUT_RELEASEANDACQUIREBUFFER2

IDDCX_HDR10_FRAME_METADATA_TYPE

IDDCX_HDR10_METADATA

IDDCX_METADATA2

IddCxSwapChainReleaseAndAcquireBuffer2