PositionEvent

data class PositionEvent(val source: PlayerEventSource, val fromMs: Long, val toMs: Long, val durationMs: Long) : PlayerEvent

this is used to update UI based of the current time, using requestedListeningPercentages as well as saving time

Constructors

Link copied to clipboard
constructor(source: PlayerEventSource, fromMs: Long, toMs: Long, durationMs: Long)

Properties

Link copied to clipboard

duration of the entire video

Link copied to clipboard
Link copied to clipboard

how many ms (+-) we have skipped

Link copied to clipboard
open override val source: PlayerEventSource
Link copied to clipboard
val toMs: Long