gstvideo.video_color_primaries

Module for [VideoColorPrimaries] enum namespace

Types 1

Namespace for [VideoColorPrimaries] enum

Methods
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 "...
gstvideo.types.VideoColorPrimariesInfo getInfo(gstvideo.types.VideoColorPrimaries primaries)Get information about the chromaticity coordinates of primaries.
bool isEquivalent(gstvideo.types.VideoColorPrimaries primaries, gstvideo.types.VideoColorPrimaries other)Checks whether primaries and other are functionally equivalent
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...