#[repr(C)]pub struct mp4AudioSpecificConfig {Show 15 fields
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_uchar§samplingFrequencyIndex: c_uchar§samplingFrequency: c_ulong§channelsConfiguration: c_uchar§frameLengthFlag: c_uchar§dependsOnCoreCoder: c_uchar§coreCoderDelay: c_ushort§extensionFlag: c_uchar§aacSectionDataResilienceFlag: c_uchar§aacScalefactorDataResilienceFlag: c_uchar§aacSpectralDataResilienceFlag: c_uchar§epConfig: c_uchar§sbr_present_flag: c_char§forceUpSampling: c_char§downSampledSBR: c_charAuto Trait Implementations§
impl Freeze for mp4AudioSpecificConfig
impl RefUnwindSafe for mp4AudioSpecificConfig
impl Send for mp4AudioSpecificConfig
impl Sync for mp4AudioSpecificConfig
impl Unpin for mp4AudioSpecificConfig
impl UnwindSafe for mp4AudioSpecificConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more