Enum flv_codec::SoundFormat [−][src]
pub enum SoundFormat {
LinearPcmPlatformEndian,
Adpcm,
Mp3,
LinearPcmLittleEndian,
Nellymoser16khzMono,
Nellymoser8KhzMono,
Nellymoser,
G711AlawLogarithmicPcm,
G711MuLawLogarithmicPcm,
Aac,
Speex,
Mp3_8khz,
DeviceSpecificSound,
}Audio format(codec) identifier.
Variants
LinearPcmPlatformEndianLinear PCM,platform endian
AdpcmADPCM
Mp3MP3
LinearPcmLittleEndianLinear PCM, little endian
Nellymoser16khzMonoNellymoser 16-kHz mono
Nellymoser8KhzMonoNellymoser 8-kHz mono
NellymoserNellymoser
G711AlawLogarithmicPcmG.711 A-law logarithmic PCM
G711MuLawLogarithmicPcmG.711 mu-law logarithmic PCM
AacAAC
SpeexSpeex
Mp3_8khzMP3 8-kHz
DeviceSpecificSoundDevice-specific sound
Trait Implementations
impl Debug for SoundFormat[src]
impl Debug for SoundFormatfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for SoundFormat[src]
impl Clone for SoundFormatfn clone(&self) -> SoundFormat[src]
fn clone(&self) -> SoundFormatReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for SoundFormat[src]
impl Copy for SoundFormatimpl PartialEq for SoundFormat[src]
impl PartialEq for SoundFormatfn eq(&self, other: &SoundFormat) -> bool[src]
fn eq(&self, other: &SoundFormat) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for SoundFormat[src]
impl Eq for SoundFormatimpl Hash for SoundFormat[src]
impl Hash for SoundFormatAuto Trait Implementations
impl Send for SoundFormat
impl Send for SoundFormatimpl Sync for SoundFormat
impl Sync for SoundFormat