VideoColorPrimaries

Namespace for VideoColorPrimaries enum

Members

Static functions

fromIso
gstvideo.types.VideoColorPrimaries fromIso(uint value)

Converts the value to the #GstVideoColorPrimaries The colour primaries (ColourPrimaries) value is defined by "ISO/IEC 23001-8 Section 7.1 Table 2" and "ITU-T H.273 Table 2". "H.264 Table E-3" and "H.265 Table E.3" share the identical values.

getInfo
gstvideo.types.VideoColorPrimariesInfo getInfo(gstvideo.types.VideoColorPrimaries primaries)

Get information about the chromaticity coordinates of primaries.

isEquivalent
bool isEquivalent(gstvideo.types.VideoColorPrimaries primaries, gstvideo.types.VideoColorPrimaries other)

Checks whether primaries and other are functionally equivalent

toIso
uint toIso(gstvideo.types.VideoColorPrimaries primaries)

Converts #GstVideoColorPrimaries to the "colour primaries" (ColourPrimaries) value defined by "ISO/IEC 23001-8 Section 7.1 Table 2" and "ITU-T H.273 Table 2". "H.264 Table E-3" and "H.265 Table E.3" share the identical values.