GstVideoMasteringDisplayInfo

Mastering display color volume information defined by SMPTE ST 2086 (a.k.a static HDR metadata).

Members

Variables

GstReserved
void*[4] GstReserved;
displayPrimaries
GstVideoMasteringDisplayInfoCoordinates[3] displayPrimaries;

the xy coordinates of primaries in the CIE 1931 color space. the index 0 contains red, 1 is for green and 2 is for blue. each value is normalized to 50000 (meaning that in unit of 0.00002)

maxDisplayMasteringLuminance
uint maxDisplayMasteringLuminance;

the maximum value of display luminance in unit of 0.0001 candelas per square metre (cd/m^2 and nit)

minDisplayMasteringLuminance
uint minDisplayMasteringLuminance;

the minimum value of display luminance in unit of 0.0001 candelas per square metre (cd/m^2 and nit)

whitePoint
GstVideoMasteringDisplayInfoCoordinates whitePoint;

the xy coordinates of white point in the CIE 1931 color space. each value is normalized to 50000 (meaning that in unit of 0.00002)