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

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

Properties

Link copied to clipboard
val from: SeekPosition

The current position.

Link copied to clipboard
val to: SeekPosition

The target position.