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>,
}

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

Fields

Hint for number of mono sources that will be created.

Hint for number of stereo sources that will be created.

Whether HRTF is desired.

The ID of the HRTF specifier to be used.