Enum ffmpeg_sys::AVMatrixEncoding [] [src]

pub enum AVMatrixEncoding {
    AV_MATRIX_ENCODING_NONE,
    AV_MATRIX_ENCODING_DOLBY,
    AV_MATRIX_ENCODING_DPLII,
    AV_MATRIX_ENCODING_DPLIIX,
    AV_MATRIX_ENCODING_DPLIIZ,
    AV_MATRIX_ENCODING_DOLBYEX,
    AV_MATRIX_ENCODING_DOLBYHEADPHONE,
    AV_MATRIX_ENCODING_NB,
}

Variants

AV_MATRIX_ENCODING_NONEAV_MATRIX_ENCODING_DOLBYAV_MATRIX_ENCODING_DPLIIAV_MATRIX_ENCODING_DPLIIXAV_MATRIX_ENCODING_DPLIIZAV_MATRIX_ENCODING_DOLBYEXAV_MATRIX_ENCODING_DOLBYHEADPHONEAV_MATRIX_ENCODING_NB

Trait Implementations

impl Debug for AVMatrixEncoding
[src]

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

Formats the value using the given formatter.

impl Clone for AVMatrixEncoding
[src]

fn clone(&self) -> AVMatrixEncoding

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

impl PartialEq for AVMatrixEncoding
[src]

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