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
sourceimpl Clone for AVDownmixType
impl Clone for AVDownmixType
sourcefn clone(&self) -> AVDownmixType
fn clone(&self) -> AVDownmixType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for AVDownmixType
impl Debug for AVDownmixType
sourceimpl Hash for AVDownmixType
impl Hash for AVDownmixType
sourceimpl PartialEq<AVDownmixType> for AVDownmixType
impl PartialEq<AVDownmixType> for AVDownmixType
impl Copy for AVDownmixType
impl Eq for AVDownmixType
impl StructuralEq for AVDownmixType
impl StructuralPartialEq for AVDownmixType
Auto Trait Implementations
impl RefUnwindSafe for AVDownmixType
impl Send for AVDownmixType
impl Sync for AVDownmixType
impl Unpin for AVDownmixType
impl UnwindSafe for AVDownmixType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more