chrome-devtools-kotlin
Toggle table of contents
7.0.0-1400418
common
Platform filter
common
Switch theme
Search in API
chrome-devtools-kotlin
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)