Struct alto::OutputDevice [] [src]

pub struct OutputDevice(_);

A regular output device. This is typically a device as reported by the operating system.

Methods

impl OutputDevice
[src]

alcCreateContext()

alcDevicePauseSOFT() Requires ALC_SOFT_pause_device

alcDeviceResumeSOFT() Requires ALC_SOFT_pause_device

alcDevicePauseSOFT() Requires ALC_SOFT_HRTF

Trait Implementations

impl DeviceObject for OutputDevice
[src]

AltoInner instance from which this device was opened.

Specifier string used to open this device.

Raw handle as exposed by OpenAL.

alcGetIntegerv(ALC_CONNECTED) Requires ALC_EXT_disconnect Read more

alcIsExtensionPresent()

alcGetStringiSOFT(ALC_HRTF_SPECIFIER_SOFT) Requires ALC_SOFT_HRTF Read more

alcGetIntegerv(ALC_HRTF_STATUS_SOFT) Requires ALC_SOFT_HRTF Read more

alcGetIntegerv(ALC_OUTPUT_LIMITER_SOFT) Requires ALC_SOFT_output_limiter Read more

alcGetIntegerv(ALC_MAX_AUXILIARY_SENDS) Requires ALC_EXT_EFX Read more

Return a new handle to this device.

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

impl Send for OutputDevice
[src]

impl Sync for OutputDevice
[src]