Seek

data class Seek(val from: SeekPosition, val 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
constructor(from: SeekPosition, to: SeekPosition)

Properties

Link copied to clipboard

The current position.

Link copied to clipboard

The target position.