Struct alto::LoopbackAttrs [] [src]

pub struct LoopbackAttrs {
    pub mono_sources: Option<ALCint>,
    pub stereo_sources: Option<ALCint>,
    pub soft_hrtf: Option<bool>,
    pub soft_hrtf_id: Option<ALCint>,
    pub max_auxiliary_sends: Option<ALCint>,
}

Attributes that may be supplied during context creation from a loopback device. Requires ALC_SOFT_loopback

Fields

ALC_MONO_SOURCES

ALC_STEREO_SOURCES

ALC_HRTF_SOFT Requires ALC_SOFT_HRTF

ALC_HRTF_ID_SOFT Requires ALC_SOFT_HRTF

ALC_MAX_AUXILIARY_SENDS Requires ALC_EXT_EFX

Trait Implementations

impl Copy for LoopbackAttrs
[src]

impl Clone for LoopbackAttrs
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for LoopbackAttrs
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Default for LoopbackAttrs
[src]

Returns the "default value" for a type. Read more

impl Debug for LoopbackAttrs
[src]

Formats the value using the given formatter.