gstvideo.video_content_light_level
Module for [VideoContentLightLevel] struct
struct VideoContentLightLevel
Types 1
structVideoContentLightLevel
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] GstReservedMethods
bool fromString(string level) nothrowParse the value of content-light-level caps field and update minfo with the parsed values.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.