class MKPTimeChangedEvent: MKPlayerEvent<Any?>
Constructors
| Name | Description |
|---|---|
constructor()
|
Event which is sent when the current playback time has changed. |
Methods
TimeChangedEvent
fun TimeChangedEvent(time: Double)
Parameters
| Name | Description |
|---|---|
time: Double
|
ReturnValue
| Name | Description |
|---|---|
Unit
|
getTime
fun getTime(): Double
ReturnValue
| Name | Description |
|---|---|
Double
|
Event which is sent when the current playback time has changed.