Struct alto::Context [] [src]

pub struct Context<'d> { /* fields omitted */ }

A listener context.

Methods

impl<'d> Context<'d>
[src]

The device from which this context was created.

Raw context pointer as provided by OpenAL.

alIsExtensionPresent()

alGetInteger(AL_DISTANCE_MODEL)

alDistanceModel()

alIsEnabled(AL_SOURCE_DISTANCE_MODEL) Requires AL_EXT_source_distance_model

alEnable/alDisable(AL_SOURCE_DISTANCE_MODEL) Requires AL_EXT_source_distance_model

alGetFloat(AL_DOPPLER_FACTOR)

alDopplerFactor()

alGetFloat(AL_SPEED_OF_SOUND)

alSpeedOfSound()

alGetListenerv(AL_GAIN)

alListenerf(AL_GAIN)

alGetListenerfv(AL_POSITION)

alListenerfv(AL_POSITION)

alGetListenerfv(AL_VELOCITY)

alListenerfv(AL_VELOCITY)

alGetListenerfv(AL_ORIENTATION)

alListenerfv(AL_ORIENTATION)

alGetListenerf(AL_METERS_PER_UNIT) Requires ALC_EXT_EFX

alListenerf(AL_METERS_PER_UNIT) Requires ALC_EXT_EFX

alGenBuffers()

alGenSources()

alGenSources()

alSourcePlayv()

alSourcePausev()

alSourceStopv()

alSourceRewindv()

alcSuspendContext() or alDeferUpdatesSOFT() if AL_SOFT_deferred_updates is available.

alGenAuxiliaryEffectSlots() Requires ALC_EXT_EFX

alGenEffects() Requires ALC_EXT_EFX

alGenFilters() Requires ALC_EXT_EFX

Trait Implementations

impl<'d> PartialEq for Context<'d>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'d> Eq for Context<'d>
[src]

impl<'d> Drop for Context<'d>
[src]

A method called when the value goes out of scope. Read more

impl<'d> Send for Context<'d>
[src]

impl<'d> Sync for Context<'d>
[src]