pub struct AacConfig {
pub bitrate: u32,
pub profile: AudioObjectType,
pub freq_index: SampleFreqIndex,
pub chan_conf: ChannelConfig,
}Fields§
§bitrate: u32§profile: AudioObjectType§freq_index: SampleFreqIndex§chan_conf: ChannelConfigTrait Implementations§
source§impl From<AacConfig> for TrackConfig
impl From<AacConfig> for TrackConfig
source§impl PartialEq for AacConfig
impl PartialEq for AacConfig
impl Eq for AacConfig
impl StructuralPartialEq for AacConfig
Auto Trait Implementations§
impl Freeze for AacConfig
impl RefUnwindSafe for AacConfig
impl Send for AacConfig
impl Sync for AacConfig
impl Unpin for AacConfig
impl UnwindSafe for AacConfig
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