Player Module
/
com.bitmovin.player.api.event
/
PlayerEvent
/
Playing
Playing
data class
Playing
(time:
Double
) :
PlayerEvent
Content copied to clipboard
Emitted when the player enters the playing state after calling
Player.play
.
Constructors
Properties
Inherited properties
Constructors
Playing
Link copied to clipboard
fun
Playing
(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.