AudioOutput
interface AudioOutput
A device capable of playing audio.
This interface is intentionally open to allow other targets to be defined in future.
Inheritors
Types
Link copied to clipboard
data class BluetoothHeadset(val id: String, val name: String, val isPlayable: Boolean = true) : AudioOutput
A bluetooth headset paired with the watch.
Link copied to clipboard
No current device.
Link copied to clipboard
data class WatchSpeaker(val id: String, val name: String, val isPlayable: Boolean = false) : AudioOutput
The one device watch speaker.