Seeked

data class Seeked(val from: SeekPosition, val to: SeekPosition) : PlayerEvent

Emitted when seeking has finished and data is available to continue playback. Only applies to VoD streams. Refer to TimeShifted for live streams.

Constructors

Link copied to clipboard
constructor(from: SeekPosition, to: SeekPosition)

Properties

Link copied to clipboard

The position from which seeking started. Its source may no longer be attached to the player when this event is emitted.

Link copied to clipboard

The position at which seeking completed.