HrtfAudioDevice

interface HrtfAudioDevice

Represents an audio device with support for Head-Related Transfer Function (HRTF).

Inheritors

Functions

Link copied to clipboard
abstract fun disableHrtf()
Disables HRTF for this audio device.
Link copied to clipboard
abstract fun enableHrtf()
Enables HRTF for this audio device.
Link copied to clipboard
abstract fun isHrtfEnabled(): Boolean
Checks if HRTF is currently enabled for this audio device.
Link copied to clipboard
abstract fun isHrtfSupported(): Boolean
Checks if HRTF support is available for this audio device.