AlContextOutputDevice
Represents an OpenAL audio output device with context.
Properties
Gets the pointer to the OpenAL context associated with this device.
Gets the pointer to the OpenAL audio device.
Gets the audio format associated with the device.
Gets the type of the audio device.
Functions
Adds an audio filter to the device with normal priority.
Adds an audio filter to the device with the specified priority.
Closes all audio sources associated with this output device.
Asynchronously closes all audio sources associated with this output device.
Creates a new audio source associated with this output device.
Disables HRTF for this audio device.
Enables HRTF for this audio device.
Gets the collection of audio filters applied to the device.
Processes a provided audio samples through all applicable filters.
Removes an audio filter from the device.
Runs a runnable in the context of the OpenAL audio device.
Runs the runnable in the context of the OpenAL audio device.
Runs the runnable in the context of the OpenAL audio device, blocking the current thread until it completes.