WatchSpeaker

data class WatchSpeaker(val id: String, val name: String, val isPlayable: Boolean = false) : AudioOutput

The one device watch speaker.

Constructors

Link copied to clipboard
constructor(id: String, name: String, isPlayable: Boolean = false)

Properties

Link copied to clipboard
open override val id: String

A unique audio output id.

Link copied to clipboard
open override val isPlayable: Boolean = false
Link copied to clipboard
open override val name: String

The user meaningful display name for the device.

Link copied to clipboard
open override val type: String

Optional type of output which may be associated with an icon or displayed name.