HdmiDisplayHdr2086Metadata Struct
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 10 bit display metadata which is usually used for video. This is used to adjust the output to best match a display's capabilities.
public value class HdmiDisplayHdr2086Metadata
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
struct HdmiDisplayHdr2086Metadata
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public struct HdmiDisplayHdr2086Metadata
var hdmiDisplayHdr2086Metadata = {
redPrimaryX : /* Your value */,
redPrimaryY : /* Your value */,
greenPrimaryX : /* Your value */,
greenPrimaryY : /* Your value */,
bluePrimaryX : /* Your value */,
bluePrimaryY : /* Your value */,
whitePointX : /* Your value */,
whitePointY : /* Your value */,
maxMasteringLuminance : /* Your value */,
minMasteringLuminance : /* Your value */,
maxContentLightLevel : /* Your value */,
maxFrameAverageLightLevel : /* Your value */
}
Public Structure HdmiDisplayHdr2086Metadata
- Inheritance
-
HdmiDisplayHdr2086Metadata
- Attributes
Windows requirements
Device family |
Windows 10 Creators Update (introduced in 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v4.0)
|
Fields
BluePrimaryX |
The X chromaticity coordinate of the blue value. |
BluePrimaryY |
The Y chromaticity coordinate of the blue value. |
GreenPrimaryX |
The X chromaticity coordinate of the green value. |
GreenPrimaryY |
The Y chromaticity coordinate of the green value. |
MaxContentLightLevel |
The maximum nit value (in units of 0.00001 nit) used anywhere in the content. |
MaxFrameAverageLightLevel |
The per-frame average of the maximum nit values (in units of 0.00001 nit). |
MaxMasteringLuminance |
The maximum number of nits of the display used to master the content. Units are 0.0001 nit, so if the value is 1 nit, the value should be 10,000. |
MinMasteringLuminance |
The minimum number of nits (in units of 0.00001 nit) of the display used to master the content. |
RedPrimaryX |
The X chromaticity coordinate of the red value. |
RedPrimaryY |
The Y chromaticity coordinate of the red value. |
WhitePointX |
The X chromaticity coordinate of the white point. |
WhitePointY |
The Y chromaticity coordinate of the white point. |