Al Context Output Device
Represents an OpenAL audio output device with context.
Properties
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.
Checks if HRTF is currently enabled for this audio device.
Checks if HRTF support is available for this audio 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.