Player Module
/
com.bitmovin.player.api.event
/
PlayerEvent
/
Play
Play
data class
Play
(time:
Double
) :
PlayerEvent
Content copied to clipboard
Emitted when the player receives an intention to play (i.e
Player.play
).
Constructors
Properties
Inherited properties
Constructors
Play
Link copied to clipboard
fun
Play
(time:
Double
)
Content copied to clipboard
Properties
time
Link copied to clipboard
val
time
:
Double
Content copied to clipboard
The current 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.