Seek

data class Seek(from: SeekPosition, to: SeekPosition) : PlayerEvent

Emitted when the player starts seeking. Only applies to VoD streams. Refer to TimeShift for live streams.

Constructors

Seek
Link copied to clipboard
fun Seek(from: SeekPosition, to: SeekPosition)

Properties

from
Link copied to clipboard
val from: SeekPosition
The current position.
to
Link copied to clipboard
val to: SeekPosition
The target position.

Inherited properties

timestamp
Link copied to clipboard
var timestamp: Long
The time at which the event was emitted.