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 addToCaps(gst.caps.Caps caps)Parse caps and update linfobool fromCaps(gst.caps.Caps caps)Parse caps and update linfobool fromString(string level)Parse the value of content-light-level caps field and update minfo with the parsed values.void init_()Initialize linfobool 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.