Enum ffmpeg_next::codec::profile::AAC
source · pub enum AAC {
Main,
Low,
SSR,
LTP,
HE,
HEv2,
LD,
ELD,
MPEG2Low,
MPEG2HE,
}Variants§
Trait Implementations§
impl Copy for AAC
impl Eq for AAC
impl StructuralEq for AAC
impl StructuralPartialEq for AAC
Auto Trait Implementations§
impl RefUnwindSafe for AAC
impl Send for AAC
impl Sync for AAC
impl Unpin for AAC
impl UnwindSafe for AAC
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