Enum ffmpeg_sys::AVSampleFormat [] [src]

pub enum AVSampleFormat {
    AV_SAMPLE_FMT_NONE,
    AV_SAMPLE_FMT_U8,
    AV_SAMPLE_FMT_S16,
    AV_SAMPLE_FMT_S32,
    AV_SAMPLE_FMT_FLT,
    AV_SAMPLE_FMT_DBL,
    AV_SAMPLE_FMT_U8P,
    AV_SAMPLE_FMT_S16P,
    AV_SAMPLE_FMT_S32P,
    AV_SAMPLE_FMT_FLTP,
    AV_SAMPLE_FMT_DBLP,
    AV_SAMPLE_FMT_NB,
}

Variants

AV_SAMPLE_FMT_NONEAV_SAMPLE_FMT_U8AV_SAMPLE_FMT_S16AV_SAMPLE_FMT_S32AV_SAMPLE_FMT_FLTAV_SAMPLE_FMT_DBLAV_SAMPLE_FMT_U8PAV_SAMPLE_FMT_S16PAV_SAMPLE_FMT_S32PAV_SAMPLE_FMT_FLTPAV_SAMPLE_FMT_DBLPAV_SAMPLE_FMT_NB

Trait Implementations

impl Debug for AVSampleFormat
[src]

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

Formats the value using the given formatter.

impl Clone for AVSampleFormat
[src]

fn clone(&self) -> AVSampleFormat

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

impl PartialEq for AVSampleFormat
[src]

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