DisplayHdrMetadataFormat Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the HDR metadata format.
public enum class DisplayHdrMetadataFormat
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65538)]
enum class DisplayHdrMetadataFormat
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65538)]
public enum DisplayHdrMetadataFormat
var value = Microsoft.Graphics.Display.DisplayHdrMetadataFormat.hdr10
Public Enum DisplayHdrMetadataFormat
- Inheritance
-
DisplayHdrMetadataFormat
- Attributes
Fields
Name | Value | Description |
---|---|---|
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. |