Enum ffmpeg_sys::AVColorSpace [] [src]

pub enum AVColorSpace {
    AVCOL_SPC_RGB,
    AVCOL_SPC_BT709,
    AVCOL_SPC_UNSPECIFIED,
    AVCOL_SPC_RESERVED,
    AVCOL_SPC_FCC,
    AVCOL_SPC_BT470BG,
    AVCOL_SPC_SMPTE170M,
    AVCOL_SPC_SMPTE240M,
    AVCOL_SPC_YCOCG,
    AVCOL_SPC_BT2020_NCL,
    AVCOL_SPC_BT2020_CL,
    AVCOL_SPC_NB,
}

Variants

AVCOL_SPC_RGBAVCOL_SPC_BT709AVCOL_SPC_UNSPECIFIEDAVCOL_SPC_RESERVEDAVCOL_SPC_FCCAVCOL_SPC_BT470BGAVCOL_SPC_SMPTE170MAVCOL_SPC_SMPTE240MAVCOL_SPC_YCOCGAVCOL_SPC_BT2020_NCLAVCOL_SPC_BT2020_CLAVCOL_SPC_NB

Trait Implementations

impl Debug for AVColorSpace
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for AVColorSpace
[src]

fn clone(&self) -> AVColorSpace

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for AVColorSpace
[src]

impl PartialEq for AVColorSpace
[src]

fn eq(&self, __arg_0: &AVColorSpace) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Eq for AVColorSpace
[src]