DisplayWireFormatHdrMetadata 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.
Defines constants that specify a format for HDR mastering metadata embedded in a pixel bitstream. HDR mastering metadata typically defines how a video stream should be adapted for playback on specific display hardware.
public enum class DisplayWireFormatHdrMetadata
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
enum class DisplayWireFormatHdrMetadata
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
public enum DisplayWireFormatHdrMetadata
var value = Windows.Devices.Display.Core.DisplayWireFormatHdrMetadata.none
Public Enum DisplayWireFormatHdrMetadata
- Inheritance
-
DisplayWireFormatHdrMetadata
- Attributes
Windows requirements
Device family |
Windows 10, version 1809 (introduced in 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v7.0)
|
Fields
Name | Value | Description |
---|---|---|
None | 0 | Indicates that no HDR mastering metadata will be supported. |
Hdr10 | 1 | Indicates that HDR10 mastering metadata will be supported, standardized as SMPTE ST 2086. |
Hdr10Plus | 2 | Indicates that HDR10+ HDR mastering metadata will be supported, standardized as SMPTE ST 2094-40. |
DolbyVisionLowLatency | 3 | Indicates that Dolby Vision low-latency mastering metadata will be supported. |