Enum ffmpeg_sys::AVColorTransferCharacteristic [] [src]

pub enum AVColorTransferCharacteristic {
    AVCOL_TRC_RESERVED0,
    AVCOL_TRC_BT709,
    AVCOL_TRC_UNSPECIFIED,
    AVCOL_TRC_RESERVED,
    AVCOL_TRC_GAMMA22,
    AVCOL_TRC_GAMMA28,
    AVCOL_TRC_SMPTE170M,
    AVCOL_TRC_SMPTE240M,
    AVCOL_TRC_LINEAR,
    AVCOL_TRC_LOG,
    AVCOL_TRC_LOG_SQRT,
    AVCOL_TRC_IEC61966_2_4,
    AVCOL_TRC_BT1361_ECG,
    AVCOL_TRC_IEC61966_2_1,
    AVCOL_TRC_BT2020_10,
    AVCOL_TRC_BT2020_12,
    AVCOL_TRC_NB,
}

Variants

AVCOL_TRC_RESERVED0AVCOL_TRC_BT709AVCOL_TRC_UNSPECIFIEDAVCOL_TRC_RESERVEDAVCOL_TRC_GAMMA22AVCOL_TRC_GAMMA28AVCOL_TRC_SMPTE170MAVCOL_TRC_SMPTE240MAVCOL_TRC_LINEARAVCOL_TRC_LOGAVCOL_TRC_LOG_SQRTAVCOL_TRC_IEC61966_2_4AVCOL_TRC_BT1361_ECGAVCOL_TRC_IEC61966_2_1AVCOL_TRC_BT2020_10AVCOL_TRC_BT2020_12AVCOL_TRC_NB

Trait Implementations

impl Debug for AVColorTransferCharacteristic
[src]

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

Formats the value using the given formatter.

impl Clone for AVColorTransferCharacteristic
[src]

fn clone(&self) -> AVColorTransferCharacteristic

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 AVColorTransferCharacteristic
[src]

impl PartialEq for AVColorTransferCharacteristic
[src]

fn eq(&self, __arg_0: &AVColorTransferCharacteristic) -> 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 AVColorTransferCharacteristic
[src]