AudioDevice
Represents an audio device, sealed for type safety between inputs and outputs.
Inheritors
Types
Link copied to clipboard
data class Input(val id: String, val name: String, val formatSupport: AudioFormatSupport) : AudioDevice
Represents an audio input device (e.g., a microphone).
Link copied to clipboard
data class Output(val id: String, val name: String, val formatSupport: AudioFormatSupport) : AudioDevice
Represents an audio output device (e.g., speakers).