pub enum AudioFileFormat {
Show 19 variants
OGG_VORBIS_96,
OGG_VORBIS_160,
OGG_VORBIS_320,
MP3_256,
MP3_320,
MP3_160,
MP3_96,
MP3_160_ENC,
AAC_24,
AAC_48,
FLAC_FLAC,
XHE_AAC_24,
XHE_AAC_16,
XHE_AAC_12,
FLAC_FLAC_24BIT,
AAC_160,
AAC_320,
MP4_128,
OTHER5,
}Variants§
OGG_VORBIS_96
OGG_VORBIS_160
OGG_VORBIS_320
MP3_256
MP3_320
MP3_160
MP3_96
MP3_160_ENC
AAC_24
AAC_48
FLAC_FLAC
XHE_AAC_24
XHE_AAC_16
XHE_AAC_12
FLAC_FLAC_24BIT
AAC_160
AAC_320
MP4_128
OTHER5
Trait Implementations§
Source§impl Clone for AudioFileFormat
impl Clone for AudioFileFormat
Source§fn clone(&self) -> AudioFileFormat
fn clone(&self) -> AudioFileFormat
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 AudioFileFormat
impl Debug for AudioFileFormat
Source§impl From<Format> for AudioFileFormat
impl From<Format> for AudioFileFormat
Source§impl Hash for AudioFileFormat
impl Hash for AudioFileFormat
Source§impl PartialEq for AudioFileFormat
impl PartialEq for AudioFileFormat
Source§impl TryFrom<i32> for AudioFileFormat
impl TryFrom<i32> for AudioFileFormat
impl Copy for AudioFileFormat
impl Eq for AudioFileFormat
impl StructuralPartialEq for AudioFileFormat
Auto Trait Implementations§
impl Freeze for AudioFileFormat
impl RefUnwindSafe for AudioFileFormat
impl Send for AudioFileFormat
impl Sync for AudioFileFormat
impl Unpin for AudioFileFormat
impl UnwindSafe for AudioFileFormat
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.