kdriver
Toggle table of contents
0.5.9
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Media
/
Player
Player
@
Serializable
data
class
Player
(
val
playerId
:
String
,
val
domNodeId
:
Int
?
=
null
)
Members
Constructors
Player
Link copied to clipboard
constructor
(
playerId
:
String
,
domNodeId
:
Int
?
=
null
)
Properties
dom
Node
Id
Link copied to clipboard
val
domNodeId
:
Int
?
=
null
player
Id
Link copied to clipboard
val
playerId
:
String