class MKPTimeChangedEvent: MKPlayerEvent<Any?>
Methods
getTime
fun getTime(): Double
ReturnValue
Name | Description |
---|---|
Double
|
current playback time has changed. |
class MKPTimeChangedEvent: MKPlayerEvent<Any?>
fun getTime(): Double
ReturnValue
Name | Description |
---|---|
Double
|
current playback time has changed. |
Event which is sent when the current playback time has changed. See com.mediakind.mkplayer.event.listeners.OnMKTimeChangeListener.