Struct alto::Device [] [src]

pub struct Device(_);

A handle to any kind of output device.

Trait Implementations

impl DeviceObject for Device
[src]

[src]

AltoInner instance from which this device was opened.

[src]

Specifier string used to open this device.

[src]

Raw handle as exposed by OpenAL.

[src]

alcGetIntegerv(ALC_CONNECTED) Requires ALC_EXT_disconnect Read more

[src]

alcIsExtensionPresent()

[src]

alcGetStringiSOFT(ALC_HRTF_SPECIFIER_SOFT) Requires ALC_SOFT_HRTF Read more

[src]

alcGetIntegerv(ALC_HRTF_STATUS_SOFT) Requires ALC_SOFT_HRTF Read more

[src]

alcGetIntegerv(ALC_OUTPUT_LIMITER_SOFT) Requires ALC_SOFT_output_limiter Read more

[src]

alcGetIntegerv(ALC_MAX_AUXILIARY_SENDS) Requires ALC_EXT_EFX Read more

[src]

Return a new handle to this device.