Type Alias VideoMatrixCoefficients

Source
pub type VideoMatrixCoefficients = VideoMatrixCoefficients;

Aliased Type§

enum VideoMatrixCoefficients {
    Rgb = 0,
    Bt709 = 1,
    Bt470bg = 2,
    Smpte170m = 3,
}

Variants§

§

Rgb = 0

§

Bt709 = 1

§

Bt470bg = 2

§

Smpte170m = 3