OnPlaybackStartRequest

data class OnPlaybackStartRequest(val itemId: UUID, val mediaSourceId: String? = null, val audioStreamIndex: Int? = null, val subtitleStreamIndex: Int? = null, val playMethod: PlayMethod? = null, val liveStreamId: String? = null, val playSessionId: String? = null, val canSeek: Boolean? = false)

Reports that a session has begun playing an item.

Constructors

Link copied to clipboard
constructor(itemId: UUID, mediaSourceId: String? = null, audioStreamIndex: Int? = null, subtitleStreamIndex: Int? = null, playMethod: PlayMethod? = null, liveStreamId: String? = null, playSessionId: String? = null, canSeek: Boolean? = false)

Properties

Link copied to clipboard

The audio stream index.

Link copied to clipboard

Indicates if the client can seek.

Link copied to clipboard

Item id.

Link copied to clipboard

The live stream id.

Link copied to clipboard

The id of the MediaSource.

Link copied to clipboard

The play method.

Link copied to clipboard

The play session id.

Link copied to clipboard

The subtitle stream index.