chrome-devtools-kotlin
5.1.0-1165014
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.webaudio.events
/
WebAudioEvent
/
AudioListenerWillBeDestroyed
Audio
Listener
Will
Be
Destroyed
@
Serializable
data
class
AudioListenerWillBeDestroyed
(
val
contextId
:
GraphObjectId
,
val
listenerId
:
GraphObjectId
)
:
WebAudioEvent
(
source
)
Notifies that a new AudioListener has been created.
Official doc
Members
Constructors
Audio
Listener
Will
Be
Destroyed
Link copied to clipboard
constructor
(
contextId
:
GraphObjectId
,
listenerId
:
GraphObjectId
)
Properties
context
Id
Link copied to clipboard
val
contextId
:
GraphObjectId
listener
Id
Link copied to clipboard
val
listenerId
:
GraphObjectId