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() nothrow
gstvideo.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 addToCaps(gst.caps.Caps caps) nothrowSet string representation of minfo to caps
bool fromCaps(gst.caps.Caps caps) nothrowParse caps and update minfo
void init_() nothrowInitialize minfo
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 minfo
bool fromString(out gstvideo.video_mastering_display_info.VideoMasteringDisplayInfo minfo, string mastering) static nothrowExtract #GstVideoMasteringDisplayInfo from mastering
Constructors
this(void * ptr, Flag!"Take" take)