Enum ffmpeg_sys::SwrDitherType
[−]
[src]
pub enum SwrDitherType {
SWR_DITHER_NONE,
SWR_DITHER_RECTANGULAR,
SWR_DITHER_TRIANGULAR,
SWR_DITHER_TRIANGULAR_HIGHPASS,
SWR_DITHER_NS,
SWR_DITHER_NS_LIPSHITZ,
SWR_DITHER_NS_F_WEIGHTED,
SWR_DITHER_NS_MODIFIED_E_WEIGHTED,
SWR_DITHER_NS_IMPROVED_E_WEIGHTED,
SWR_DITHER_NS_SHIBATA,
SWR_DITHER_NS_LOW_SHIBATA,
SWR_DITHER_NS_HIGH_SHIBATA,
SWR_DITHER_NB,
}Variants
SWR_DITHER_NONESWR_DITHER_RECTANGULARSWR_DITHER_TRIANGULARSWR_DITHER_TRIANGULAR_HIGHPASSSWR_DITHER_NSSWR_DITHER_NS_LIPSHITZSWR_DITHER_NS_F_WEIGHTEDSWR_DITHER_NS_MODIFIED_E_WEIGHTEDSWR_DITHER_NS_IMPROVED_E_WEIGHTEDSWR_DITHER_NS_SHIBATASWR_DITHER_NS_LOW_SHIBATASWR_DITHER_NS_HIGH_SHIBATASWR_DITHER_NBTrait Implementations
impl Debug for SwrDitherType[src]
impl Clone for SwrDitherType[src]
fn clone(&self) -> SwrDitherType
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 SwrDitherType[src]
impl PartialEq for SwrDitherType[src]
fn eq(&self, __arg_0: &SwrDitherType) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.