pub enum AudioObjectType {
AacMain,
AacLC,
AacSSR,
AacLTP,
}Variants§
AacMain
‘Main’ profile
AacLC
‘Low Complexity’ profile
AacSSR
‘Scalable Sample Rate’ profile
AacLTP
‘Long Term Prediction’ profile
Trait Implementations§
Source§impl Clone for AudioObjectType
impl Clone for AudioObjectType
Source§fn clone(&self) -> AudioObjectType
fn clone(&self) -> AudioObjectType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AudioObjectType
impl Debug for AudioObjectType
Source§impl PartialEq for AudioObjectType
impl PartialEq for AudioObjectType
impl Copy for AudioObjectType
impl StructuralPartialEq for AudioObjectType
Auto Trait Implementations§
impl Freeze for AudioObjectType
impl RefUnwindSafe for AudioObjectType
impl Send for AudioObjectType
impl Sync for AudioObjectType
impl Unpin for AudioObjectType
impl UnwindSafe for AudioObjectType
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