Remote

data class Remote(val id: String, val name: String, val mediaRouteType: Int, val isPlayable: Boolean = true) : AudioOutput

The media output connected to the paired phone on which media is currently playing.

Constructors

Link copied to clipboard
constructor(id: String, name: String, mediaRouteType: Int, isPlayable: Boolean = true)

Properties

Link copied to clipboard
open override val id: String

A unique audio output id.

Link copied to clipboard
open override val isPlayable: Boolean = true

Whether the audio output has ability to play media.

Link copied to clipboard
open override val mediaRouteType: Int

Optional MediaRoute2Info.getType associated.

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.