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

Linear PCM,platform endian

ADPCM

MP3

Linear PCM, little endian

Nellymoser 16-kHz mono

Nellymoser 8-kHz mono

Nellymoser

G.711 A-law logarithmic PCM

G.711 mu-law logarithmic PCM

AAC

Speex

MP3 8-kHz

Device-specific sound

Trait Implementations

impl Debug for SoundFormat
[src]

Formats the value using the given formatter. Read more

impl Clone for SoundFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SoundFormat
[src]

impl PartialEq for SoundFormat
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for SoundFormat
[src]

impl Hash for SoundFormat
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for SoundFormat

impl Sync for SoundFormat