[−][src]Struct ffav_sys::AVDownmixInfo
This structure describes optional metadata relevant to a downmix procedure.
All fields are set by the decoder to the value indicated in the audio bitstream (if present), or to a "sane" default otherwise.
Fields
preferred_downmix_type: AVDownmixTypeType of downmix preferred by the mastering engineer.
center_mix_level: f64Absolute scale factor representing the nominal level of the center channel during a regular downmix.
center_mix_level_ltrt: f64Absolute scale factor representing the nominal level of the center channel during an Lt/Rt compatible downmix.
surround_mix_level: f64Absolute scale factor representing the nominal level of the surround channels during a regular downmix.
surround_mix_level_ltrt: f64Absolute scale factor representing the nominal level of the surround channels during an Lt/Rt compatible downmix.
lfe_mix_level: f64Absolute scale factor representing the level at which the LFE data is mixed into L/R channels during downmixing.
Trait Implementations
impl Clone for AVDownmixInfo[src]
fn clone(&self) -> AVDownmixInfo[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for AVDownmixInfo[src]
impl Debug for AVDownmixInfo[src]
impl PartialEq<AVDownmixInfo> for AVDownmixInfo[src]
fn eq(&self, other: &AVDownmixInfo) -> bool[src]
fn ne(&self, other: &AVDownmixInfo) -> bool[src]
impl StructuralPartialEq for AVDownmixInfo[src]
Auto Trait Implementations
impl RefUnwindSafe for AVDownmixInfo
impl Send for AVDownmixInfo
impl Sync for AVDownmixInfo
impl Unpin for AVDownmixInfo
impl UnwindSafe for AVDownmixInfo
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,