Enum alto::LoopbackFormatChannels [] [src]

pub enum LoopbackFormatChannels {
    Mono,
    Stereo,
    Quad,
    Mc51,
    Mc61,
    Mc71,
}

Channel format for a loopback context. Requires ALC_SOFT_loopback

Variants

ALC_MONO_SOFT

ALC_STEREO_SOFT

ALC_QUAD_SOFT

ALC_5POINT1_SOFT

ALC_6POINT1_SOFT

ALC_7POINT1_SOFT

Trait Implementations

impl Copy for LoopbackFormatChannels
[src]

impl Clone for LoopbackFormatChannels
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for LoopbackFormatChannels
[src]

Formats the value using the given formatter.