Output Device
An audio output device capable of creating and managing audio sources.
Parameters
S
The type of audio sources that can be created by this output device.
Inheritors
Properties
Functions
Link copied to clipboard
Adds an audio filter to the device with normal priority.
Adds an audio filter to the device with the specified priority.
Link copied to clipboard
Closes all audio sources associated with this output device.
Link copied to clipboard
Asynchronously closes all audio sources associated with this output device.
Link copied to clipboard
Creates a new audio source associated with this output device.
Link copied to clipboard
Gets the collection of audio filters applied to the device.
Link copied to clipboard
abstract fun processFilters(samples: ShortArray, excludeFilter: Predicate<AudioFilter>?): ShortArray
Processes a provided audio samples through all applicable filters.
Link copied to clipboard
Removes an audio filter from the device.