PlayRequest

data class PlayRequest(val itemIds: List<UUID>? = null, val startPositionTicks: Long? = null, val playCommand: PlayCommand, val controllingUserId: UUID, val subtitleStreamIndex: Int? = null, val audioStreamIndex: Int? = null, val mediaSourceId: String? = null, val startIndex: Int? = null)

Class PlayRequest.

Constructors

Link copied to clipboard
constructor(itemIds: List<UUID>? = null, startPositionTicks: Long? = null, playCommand: PlayCommand, controllingUserId: UUID, subtitleStreamIndex: Int? = null, audioStreamIndex: Int? = null, mediaSourceId: String? = null, startIndex: Int? = null)

Properties

Link copied to clipboard
val audioStreamIndex: Int? = null
Link copied to clipboard

The controlling user identifier.

Link copied to clipboard
val itemIds: List<UUID>? = null

The item ids.

Link copied to clipboard
val mediaSourceId: String? = null
Link copied to clipboard

The play command.

Link copied to clipboard
val startIndex: Int? = null
Link copied to clipboard

The start position ticks that the first item should be played at.

Link copied to clipboard