gstvideo.video_mastering_display_info

Module for [VideoMasteringDisplayInfo] class

Types 1

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

Methods
void * _cPtr()
gstvideo.types.VideoMasteringDisplayInfoCoordinates whitePoint() @propertyGet `whitePoint` field. Returns: 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)
void whitePoint(gstvideo.types.VideoMasteringDisplayInfoCoordinates propval) @propertySet `whitePoint` field. Params: propval = 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)
uint maxDisplayMasteringLuminance() @propertyGet `maxDisplayMasteringLuminance` field. Returns: the maximum value of display luminance in unit of 0.0001 candelas per square metre (cd/m^2 and nit)
void maxDisplayMasteringLuminance(uint propval) @propertySet `maxDisplayMasteringLuminance` field. Params: propval = the maximum value of display luminance in unit of 0.0001 candelas per square metre (cd/m^2 and nit)
uint minDisplayMasteringLuminance() @propertyGet `minDisplayMasteringLuminance` field. Returns: the minimum value of display luminance in unit of 0.0001 candelas per square metre (cd/m^2 and nit)
void minDisplayMasteringLuminance(uint propval) @propertySet `minDisplayMasteringLuminance` field. Params: propval = the minimum value of display luminance in unit of 0.0001 candelas per square metre (cd/m^2 and nit)
bool addToCaps(gst.caps.Caps caps)Set string representation of minfo to caps
bool fromCaps(gst.caps.Caps caps)Parse caps and update minfo
void init_()Initialize minfo
bool isEqual(gstvideo.video_mastering_display_info.VideoMasteringDisplayInfo other)Checks equality between minfo and other.
string toString_()Convert minfo to its string representation Returns: a string representation of minfo
bool fromString(out gstvideo.video_mastering_display_info.VideoMasteringDisplayInfo minfo, string mastering)Extract #GstVideoMasteringDisplayInfo from mastering
Constructors
this(void * ptr, Flag!"Take" take)