Enum alto::ExtMuLawMcFormat [] [src]

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

Formats provided by AL_EXT_MULAW_MCFORMATS.

Variants

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 state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Debug for ExtMuLawMcFormat
[src]

Formats the value using the given formatter.