Enum ffmpeg_sys::AVMixCoeffType
[−]
[src]
pub enum AVMixCoeffType {
AV_MIX_COEFF_TYPE_Q8,
AV_MIX_COEFF_TYPE_Q15,
AV_MIX_COEFF_TYPE_FLT,
AV_MIX_COEFF_TYPE_NB,
}Variants
AV_MIX_COEFF_TYPE_Q8AV_MIX_COEFF_TYPE_Q15AV_MIX_COEFF_TYPE_FLTAV_MIX_COEFF_TYPE_NBTrait Implementations
impl Debug for AVMixCoeffType[src]
impl Clone for AVMixCoeffType[src]
fn clone(&self) -> AVMixCoeffType
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 AVMixCoeffType[src]
impl PartialEq for AVMixCoeffType[src]
fn eq(&self, __arg_0: &AVMixCoeffType) -> 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 !=.