Struct ffmpeg_sys::AVDownmixInfo [] [src]

pub struct AVDownmixInfo {
    pub preferred_downmix_type: AVDownmixType,
    pub center_mix_level: c_double,
    pub center_mix_level_ltrt: c_double,
    pub surround_mix_level: c_double,
    pub surround_mix_level_ltrt: c_double,
    pub lfe_mix_level: c_double,
}

Fields

preferred_downmix_type: AVDownmixType center_mix_level: c_double center_mix_level_ltrt: c_double surround_mix_level: c_double surround_mix_level_ltrt: c_double lfe_mix_level: c_double

Trait Implementations

impl Debug for AVDownmixInfo
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.