onPlaybackProgress
suspend fun onPlaybackProgress(itemId: ERROR CLASS: Symbol not found for UUID, mediaSourceId: String? = null, positionTicks: Long? = null, audioStreamIndex: Int? = null, subtitleStreamIndex: Int? = null, volumeLevel: Int? = null, playMethod: ERROR CLASS: Symbol not found for PlayMethod?? = null, liveStreamId: String? = null, playSessionId: String? = null, repeatMode: ERROR CLASS: Symbol not found for RepeatMode?? = null, isPaused: Boolean? = false, isMuted: Boolean? = false): Response<Unit>
Deprecated
This member is deprecated and may be removed in the future
Reports a session's playback progress.
Parameters
itemId
Item id.
mediaSourceId
The id of the MediaSource.
positionTicks
Optional. The current position, in ticks. 1 tick = 10000 ms.
audioStreamIndex
The audio stream index.
subtitleStreamIndex
The subtitle stream index.
volumeLevel
Scale of 0-100.
playMethod
The play method.
liveStreamId
The live stream id.
playSessionId
The play session id.
repeatMode
The repeat mode.
isPaused
Indicates if the player is paused.
isMuted
Indicates if the player is muted.
suspend fun onPlaybackProgress(request: ERROR CLASS: Symbol not found for OnPlaybackProgressRequest): Response<Unit>
Deprecated
This member is deprecated and may be removed in the future
Reports a session's playback progress.
Parameters
request
The request parameters