TimeShift

data class TimeShift(val position: Double, val target: Double) : PlayerEvent

Emitted when the player starts time shifting. Only applies to live streams. Refer to Seek for VoD streams.

Constructors

Link copied to clipboard
constructor(position: Double, target: Double)

Properties

Link copied to clipboard

The position from which we start the time shift (currentTime before the time shift)

Link copied to clipboard

The position to which we want to jump for the time shift (currentTime after time shift has completed)