Player Module
/
com.bitmovin.player.api.event
/
PlayerEvent
/
Paused
Paused
data class
Paused
(time:
Double
) :
PlayerEvent
Content copied to clipboard
Emitted when the player is paused.
Constructors
Properties
Inherited properties
Constructors
Paused
Link copied to clipboard
fun
Paused
(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.