Enum alto::ExtMuLawMcFormat[][src]

pub enum ExtMuLawMcFormat {
    Mono,
    Stereo,
    Quad,
    Rear,
    Mc51Chn,
    Mc61Chn,
    Mc71Chn,
}

Formats provided by AL_EXT_MULAW_MCFORMATS.

Variants

AL_FORMAT_MONO_MULAW

AL_FORMAT_STEREO_MULAW

AL_FORMAT_QUAD_MULAW

AL_FORMAT_REAR_MULAW

AL_FORMAT_51CHN_MULAW

AL_FORMAT_61CHN_MULAW

AL_FORMAT_71CHN_MULAW

Methods

impl ExtMuLawMcFormat
[src]

Trait Implementations

impl Copy for ExtMuLawMcFormat
[src]

impl Clone for ExtMuLawMcFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ExtMuLawMcFormat
[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 ExtMuLawMcFormat
[src]

impl Hash for ExtMuLawMcFormat
[src]

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

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

impl Debug for ExtMuLawMcFormat
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations