MKPTimeShiftEvent

class MKPTimeShiftEvent: MKPlayerEvent<Any?>

Event which is sent periodically during time shifting. Only applies to live streams. See com.mediakind.mkplayer.event.listeners.OnMKTimeShiftListener.

Fields

Name Description
val position: Double

position

val target: Double

target of shift

Constructors

<init>

constructor(position: Double, target: Double)

Event which is sent periodically during time shifting. Only applies to live streams. See com.mediakind.mkplayer.event.listeners.OnMKTimeShiftListener.

Parameters

Name Description
position: Double

position

target: Double

target of shift