[][src]Struct faad2_sys::mp4AudioSpecificConfig

#[repr(C)]pub struct mp4AudioSpecificConfig {
    pub objectTypeIndex: c_uchar,
    pub samplingFrequencyIndex: c_uchar,
    pub samplingFrequency: c_ulong,
    pub channelsConfiguration: c_uchar,
    pub frameLengthFlag: c_uchar,
    pub dependsOnCoreCoder: c_uchar,
    pub coreCoderDelay: c_ushort,
    pub extensionFlag: c_uchar,
    pub aacSectionDataResilienceFlag: c_uchar,
    pub aacScalefactorDataResilienceFlag: c_uchar,
    pub aacSpectralDataResilienceFlag: c_uchar,
    pub epConfig: c_uchar,
    pub sbr_present_flag: c_char,
    pub forceUpSampling: c_char,
    pub downSampledSBR: c_char,
}

Fields

objectTypeIndex: c_ucharsamplingFrequencyIndex: c_ucharsamplingFrequency: c_ulongchannelsConfiguration: c_ucharframeLengthFlag: c_uchardependsOnCoreCoder: c_ucharcoreCoderDelay: c_ushortextensionFlag: c_ucharaacSectionDataResilienceFlag: c_ucharaacScalefactorDataResilienceFlag: c_ucharaacSpectralDataResilienceFlag: c_ucharepConfig: c_ucharsbr_present_flag: c_charforceUpSampling: c_chardownSampledSBR: c_char

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.