Enum alto::SoftStereoMode [] [src]

pub enum SoftStereoMode {
    Speakers,
    Headphones,
}

OpenAL-Soft stereo mode. In headphones mode, stereo crossfeed or HRTF may be used automatically. HRTF can be explicitly enabled regardless of this setting.

Variants

Trait Implementations

impl Copy for SoftStereoMode
[src]

impl Clone for SoftStereoMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

Formats the value using the given formatter.