Enum alto::SoftHrtfStatus [] [src]

pub enum SoftHrtfStatus {
    Disabled,
    Enabled,
    Denied,
    Required,
    HeadphonesDetected,
    UnsupportedFormat,
    Unknown(ALCint),
}

The current HRTF mode of a device. Requires ALC_SOFT_HRTF

Variants

ALC_HRTF_DISABLED_SOFT

ALC_HRTF_ENABLED_SOFT

ALC_HRTF_DENIED_SOFT

ALC_HRTF_REQUIRED_SOFT

ALC_HRTF_HEADPHONES_DETECTED_SOFT

ALC_HRTF_UNSUPPORTED_FORMAT_SOFT

Trait Implementations

impl Copy for SoftHrtfStatus
[src]

impl Clone for SoftHrtfStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for SoftHrtfStatus
[src]

Formats the value using the given formatter.