Share via


HdmiDisplayHdr2086Metadata Struct

Definition

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.

Applies to