PlaybackProgressInfo
@Serializable
Class PlaybackProgressInfo.
Constructors
Link copied to clipboard
constructor(canSeek: Boolean, item: BaseItemDto? = null, itemId: UUID, sessionId: String? = null, mediaSourceId: String? = null, audioStreamIndex: Int? = null, subtitleStreamIndex: Int? = null, isPaused: Boolean, isMuted: Boolean, positionTicks: Long? = null, playbackStartTimeTicks: Long? = null, volumeLevel: Int? = null, brightness: Int? = null, aspectRatio: String? = null, playMethod: PlayMethod, liveStreamId: String? = null, playSessionId: String? = null, repeatMode: RepeatMode, playbackOrder: PlaybackOrder, nowPlayingQueue: List<QueueItem>? = null, playlistItemId: String? = null)
Properties
Link copied to clipboard
Link copied to clipboard
The index of the audio stream.
Link copied to clipboard
Link copied to clipboard
The item.
Link copied to clipboard
The live stream identifier.
Link copied to clipboard
The media version identifier.
Link copied to clipboard
Link copied to clipboard
The playback order.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The play method.
Link copied to clipboard
The play session identifier.
Link copied to clipboard
The position ticks.
Link copied to clipboard
The repeat mode.
Link copied to clipboard
The index of the subtitle stream.
Link copied to clipboard
The volume level.