chrome-devtools-kotlin
Toggle table of contents
8.1.0-1515189
common
Platform filter
common
Switch theme
Search in API
chrome-devtools-kotlin
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.media
/
Player
Player
@
Serializable
data
class
Player
(
val
playerId
:
PlayerId
,
val
domNodeId
:
BackendNodeId
?
=
null
)
(undocumented in the protocol definition)
Official doc
Members
Constructors
Player
Link copied to clipboard
constructor
(
playerId
:
PlayerId
,
domNodeId
:
BackendNodeId
?
=
null
)
Properties
dom
Node
Id
Link copied to clipboard
val
domNodeId
:
BackendNodeId
?
=
null
(undocumented in the protocol definition)
player
Id
Link copied to clipboard
val
playerId
:
PlayerId
(undocumented in the protocol definition)