#[repr(u32)]
pub enum AVColorPrimaries {
Show 15 variants
AVCOL_PRI_RESERVED0,
AVCOL_PRI_BT709,
AVCOL_PRI_UNSPECIFIED,
AVCOL_PRI_RESERVED,
AVCOL_PRI_BT470M,
AVCOL_PRI_BT470BG,
AVCOL_PRI_SMPTE170M,
AVCOL_PRI_SMPTE240M,
AVCOL_PRI_FILM,
AVCOL_PRI_BT2020,
AVCOL_PRI_SMPTE428,
AVCOL_PRI_SMPTE431,
AVCOL_PRI_SMPTE432,
AVCOL_PRI_EBU3213,
AVCOL_PRI_NB,
}Variants§
AVCOL_PRI_RESERVED0
AVCOL_PRI_BT709
AVCOL_PRI_UNSPECIFIED
AVCOL_PRI_RESERVED
AVCOL_PRI_BT470M
AVCOL_PRI_BT470BG
AVCOL_PRI_SMPTE170M
AVCOL_PRI_SMPTE240M
AVCOL_PRI_FILM
AVCOL_PRI_BT2020
AVCOL_PRI_SMPTE428
AVCOL_PRI_SMPTE431
AVCOL_PRI_SMPTE432
AVCOL_PRI_EBU3213
AVCOL_PRI_NB
Implementations§
source§impl AVColorPrimaries
impl AVColorPrimaries
pub const AVCOL_PRI_SMPTEST428_1: AVColorPrimaries = AVColorPrimaries::AVCOL_PRI_SMPTE428
source§impl AVColorPrimaries
impl AVColorPrimaries
pub const AVCOL_PRI_JEDEC_P22: AVColorPrimaries = AVColorPrimaries::AVCOL_PRI_EBU3213
Trait Implementations§
source§impl Clone for AVColorPrimaries
impl Clone for AVColorPrimaries
source§fn clone(&self) -> AVColorPrimaries
fn clone(&self) -> AVColorPrimaries
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for AVColorPrimaries
impl Debug for AVColorPrimaries
source§impl Hash for AVColorPrimaries
impl Hash for AVColorPrimaries
source§impl PartialEq<AVColorPrimaries> for AVColorPrimaries
impl PartialEq<AVColorPrimaries> for AVColorPrimaries
source§fn eq(&self, other: &AVColorPrimaries) -> bool
fn eq(&self, other: &AVColorPrimaries) -> bool
This method tests for
self and other values to be equal, and is used
by ==.