HdrMetadataFormat Enum

Definition

Describes the HDR metadata format.

public enum class HdrMetadataFormat
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
enum class HdrMetadataFormat
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
public enum HdrMetadataFormat
var value = Windows.Graphics.Display.HdrMetadataFormat.hdr10
Public Enum HdrMetadataFormat
Inheritance
HdrMetadataFormat
Attributes

Windows requirements

Device family
Windows 10, version 1803 (introduced in 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v6.0)

Fields

Hdr10 0

The specified display supports the HDR10 style metadata, as per the HDR10 specification.

Hdr10Plus 1

The specified display supports the HDR10Plus style of metadata, as per the HDR10Plus specification.

Applies to