Enum alto::Format [] [src]

pub enum Format {
    Standard(StandardFormat),
    ExtALaw(ExtALawFormat),
    ExtBFormat(ExtBFormat),
    ExtDouble(ExtDoubleFormat),
    ExtFloat32(ExtFloat32Format),
    ExtIma4(ExtIma4Format),
    ExtMcFormats(ExtMcFormat),
    ExtMuLaw(ExtMuLawFormat),
    ExtMuLawBFormat(ExtMuLawBFormat),
    ExtMuLawMcFormats(ExtMuLawMcFormat),
    SoftMsadpcm(SoftMsadpcmFormat),
}

Audio formats supported by OpenAL.

Variants

Methods

impl Format
[src]

Trait Implementations

impl Copy for Format
[src]

impl Clone for Format
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for Format
[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 Format
[src]

Formats the value using the given formatter.