Enum ffmpeg_sys::AVDownmixType
[−]
[src]
pub enum AVDownmixType {
AV_DOWNMIX_TYPE_UNKNOWN,
AV_DOWNMIX_TYPE_LORO,
AV_DOWNMIX_TYPE_LTRT,
AV_DOWNMIX_TYPE_DPLII,
AV_DOWNMIX_TYPE_NB,
}Variants
AV_DOWNMIX_TYPE_UNKNOWNAV_DOWNMIX_TYPE_LOROAV_DOWNMIX_TYPE_LTRTAV_DOWNMIX_TYPE_DPLIIAV_DOWNMIX_TYPE_NBTrait Implementations
impl Debug for AVDownmixType[src]
impl Clone for AVDownmixType[src]
fn clone(&self) -> AVDownmixType
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 AVDownmixType[src]
impl PartialEq for AVDownmixType[src]
fn eq(&self, __arg_0: &AVDownmixType) -> 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 !=.