chrome-devtools-kotlin
Toggle table of contents
8.0.0-1410712
common
Platform filter
common
Switch theme
Search in API
chrome-devtools-kotlin
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.webaudio
/
AudioListener
Audio
Listener
@
Serializable
data
class
AudioListener
(
val
listenerId
:
GraphObjectId
,
val
contextId
:
GraphObjectId
)
Protocol object for AudioListener
Official doc
Members
Constructors
Audio
Listener
Link copied to clipboard
constructor
(
listenerId
:
GraphObjectId
,
contextId
:
GraphObjectId
)
Properties
context
Id
Link copied to clipboard
val
contextId
:
GraphObjectId
(undocumented in the protocol definition)
listener
Id
Link copied to clipboard
val
listenerId
:
GraphObjectId
(undocumented in the protocol definition)