Enum ffmpeg_sys_next::AVDownmixType
source · #[repr(u32)]
pub enum AVDownmixType {
AV_DOWNMIX_TYPE_UNKNOWN,
AV_DOWNMIX_TYPE_LORO,
AV_DOWNMIX_TYPE_LTRT,
AV_DOWNMIX_TYPE_DPLII,
AV_DOWNMIX_TYPE_NB,
}Expand description
Possible downmix types.
Variants§
AV_DOWNMIX_TYPE_UNKNOWN
< Not indicated.
AV_DOWNMIX_TYPE_LORO
< Lo/Ro 2-channel downmix (Stereo).
AV_DOWNMIX_TYPE_LTRT
< Lt/Rt 2-channel downmix, Dolby Surround compatible.
AV_DOWNMIX_TYPE_DPLII
< Lt/Rt 2-channel downmix, Dolby Pro Logic II compatible.
AV_DOWNMIX_TYPE_NB
< Number of downmix types. Not part of ABI.
Trait Implementations§
source§impl Clone for AVDownmixType
impl Clone for AVDownmixType
source§fn clone(&self) -> AVDownmixType
fn clone(&self) -> AVDownmixType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for AVDownmixType
impl Debug for AVDownmixType
source§impl Hash for AVDownmixType
impl Hash for AVDownmixType
source§impl PartialEq<AVDownmixType> for AVDownmixType
impl PartialEq<AVDownmixType> for AVDownmixType
source§fn eq(&self, other: &AVDownmixType) -> bool
fn eq(&self, other: &AVDownmixType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.