Enum ffmpeg_sys::AVResampleDitherMethod [] [src]

pub enum AVResampleDitherMethod {
    AV_RESAMPLE_DITHER_NONE,
    AV_RESAMPLE_DITHER_RECTANGULAR,
    AV_RESAMPLE_DITHER_TRIANGULAR,
    AV_RESAMPLE_DITHER_TRIANGULAR_HP,
    AV_RESAMPLE_DITHER_TRIANGULAR_NS,
    AV_RESAMPLE_DITHER_NB,
}

Variants

AV_RESAMPLE_DITHER_NONEAV_RESAMPLE_DITHER_RECTANGULARAV_RESAMPLE_DITHER_TRIANGULARAV_RESAMPLE_DITHER_TRIANGULAR_HPAV_RESAMPLE_DITHER_TRIANGULAR_NSAV_RESAMPLE_DITHER_NB

Trait Implementations

impl Debug for AVResampleDitherMethod
[src]

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

Formats the value using the given formatter.

impl Clone for AVResampleDitherMethod
[src]

fn clone(&self) -> AVResampleDitherMethod

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

impl PartialEq for AVResampleDitherMethod
[src]

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