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)Parse caps and update linfo
bool fromCaps(gst.caps.Caps caps)Parse caps and update linfo
bool fromString(string level)Parse the value of content-light-level caps field and update minfo with the parsed values.
void init_()Initialize linfo
bool isEqual(gstvideo.video_content_light_level.VideoContentLightLevel other)Checks equality between linfo and other.
string toString_()Convert linfo to its string representation. Returns: a string representation of linfo.