BluetoothHeadset

data class BluetoothHeadset(val name: String = "Bluetooth", val audio: AudioDevice) : StreamAudioDevice

An StreamAudioDevice representing a Bluetooth Headset.

Constructors

Link copied to clipboard
constructor(name: String = "Bluetooth", audio: AudioDevice)

Properties

Link copied to clipboard
open override val audio: AudioDevice
Link copied to clipboard
open override val name: String

The friendly name of the device.

Inherited functions

Link copied to clipboard