gstvideo.video_content_light_level

Module for [VideoContentLightLevel] struct

Types 1

Content light level information specified in CEA-861.3, Appendix A.

Fields
ushort maxContentLightLevelthe maximum content light level (abbreviated to MaxCLL) in candelas per square meter (cd/m^2 and nit)
ushort maxFrameAverageLightLevelthe maximum frame average light level (abbreviated to MaxFLL) in candelas per square meter (cd/m^2 and nit)
void *[4] GstReserved
Methods
bool addToCaps(gst.caps.Caps caps) nothrowParse caps and update linfo
bool fromCaps(gst.caps.Caps caps) nothrowParse caps and update linfo
bool fromString(string level) nothrowParse the value of content-light-level caps field and update minfo with the parsed values.
void init_() nothrowInitialize linfo
bool isEqual(gstvideo.video_content_light_level.VideoContentLightLevel other) nothrowChecks equality between linfo and other.
string toString_() nothrowConvert linfo to its string representation. Returns: a string representation of linfo.