GetPostedPlaybackInfoDeprecatedRequest

data class GetPostedPlaybackInfoDeprecatedRequest(val itemId: UUID, val userId: UUID? = null, val maxStreamingBitrate: Int? = null, val startTimeTicks: Long? = null, val audioStreamIndex: Int? = null, val subtitleStreamIndex: Int? = null, val maxAudioChannels: Int? = null, val mediaSourceId: String? = null, val liveStreamId: String? = null, val autoOpenLiveStream: Boolean? = null, val enableDirectPlay: Boolean? = null, val enableDirectStream: Boolean? = null, val enableTranscoding: Boolean? = null, val allowVideoStreamCopy: Boolean? = null, val allowAudioStreamCopy: Boolean? = null)

For backwards compatibility parameters can be sent via Query or Body, with Query having higher precedence. Query parameters are obsolete.

Constructors

Link copied to clipboard
constructor(itemId: UUID, userId: UUID? = null, maxStreamingBitrate: Int? = null, startTimeTicks: Long? = null, audioStreamIndex: Int? = null, subtitleStreamIndex: Int? = null, maxAudioChannels: Int? = null, mediaSourceId: String? = null, liveStreamId: String? = null, autoOpenLiveStream: Boolean? = null, enableDirectPlay: Boolean? = null, enableDirectStream: Boolean? = null, enableTranscoding: Boolean? = null, allowVideoStreamCopy: Boolean? = null, allowAudioStreamCopy: Boolean? = null)

Properties

Link copied to clipboard

Whether to allow to copy the audio stream. Default: true.

Link copied to clipboard

Whether to allow to copy the video stream. Default: true.

Link copied to clipboard

The audio stream index.

Link copied to clipboard

Whether to auto open the livestream.

Link copied to clipboard

Whether to enable direct play. Default: true.

Link copied to clipboard

Whether to enable direct stream. Default: true.

Link copied to clipboard

Whether to enable transcoding. Default: true.

Link copied to clipboard

The item id.

Link copied to clipboard

The livestream id.

Link copied to clipboard

The maximum number of audio channels.

Link copied to clipboard

The maximum streaming bitrate.

Link copied to clipboard

The media source id.

Link copied to clipboard

The start time in ticks.

Link copied to clipboard

The subtitle stream index.

Link copied to clipboard
val userId: UUID?

The user id.