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).
Fields
GstVideoMasteringDisplayInfo _cInstanceMethods
void * _cPtr() nothrowgstvideo.types.VideoMasteringDisplayInfoCoordinates whitePoint() @property nothrowGet `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) @property nothrowSet `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() @property nothrowGet `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) @property nothrowSet `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() @property nothrowGet `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) @property nothrowSet `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 isEqual(gstvideo.video_mastering_display_info.VideoMasteringDisplayInfo other) nothrowChecks equality between minfo and other.string toString_() nothrowConvert minfo to its string representation Returns: a string representation of minfobool fromString(out gstvideo.video_mastering_display_info.VideoMasteringDisplayInfo minfo, string mastering) static nothrowExtract #GstVideoMasteringDisplayInfo from mastering