Player Module
/
com.bitmovin.player.api.event
/
PlayerEvent
/
TimeChanged
Time
Changed
data class
TimeChanged
(time:
Double
) :
PlayerEvent
Content copied to clipboard
Emitted when the current playback time has changed.
Constructors
Properties
Inherited properties
Constructors
TimeChanged
Link copied to clipboard
fun
TimeChanged
(time:
Double
)
Content copied to clipboard
Properties
time
Link copied to clipboard
val
time
:
Double
Content copied to clipboard
The current playback time (in seconds).
Inherited properties
timestamp
Link copied to clipboard
var
timestamp
:
Long
Content copied to clipboard
The time at which the event was emitted.