WatchSpeaker
data class WatchSpeaker(val id: String, val name: String, val isPlayable: Boolean = false) : AudioOutput
The one device watch speaker.
Properties
Link copied to clipboard
Whether the audio output has ability to play media.
Link copied to clipboard
Optional MediaRoute2Info.getType associated.