Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DXGI_HDR_METADATA_TYPE enumeration

Specifies the header metadata type.

Syntax


typedef enum DXGI_HDR_METADATA_TYPE { 
  DXGI_HDR_METADATA_TYPE_NONE   = 0,
  DXGI_HDR_METADATA_TYPE_HDR10  = 1
} DXGI_HDR_METADATA_TYPE;

Constants

DXGI_HDR_METADATA_TYPE_NONE

Indicates there is no header metadata.

DXGI_HDR_METADATA_TYPE_HDR10

Indicates the header metadata is held by a DXGI_HDR_METADATA_HDR10 structure.

Remarks

This enum is used by the SetHDRMetaData method.

Requirements

Header

Dxgi1_5.h

See also

DXGI Enumerations
DXGI 1.5 Improvements

 

 

Show:
© 2017 Microsoft