toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.media
/
PlayerEvent
Player
Event
@
Serializable
data
class
PlayerEvent
(
val
timestamp
:
Timestamp
,
val
value
:
String
)
Corresponds to kMediaEventTriggered
Official doc
Members
Constructors
Player
Event
Link copied to clipboard
constructor
(
timestamp
:
Timestamp
,
value
:
String
)
Properties
timestamp
Link copied to clipboard
val
timestamp
:
Timestamp
(undocumented in the protocol definition)
value
Link copied to clipboard
val
value
:
String
(undocumented in the protocol definition)