chrome-devtools-kotlin
5.3.0-1170846
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.webaudio.events
/
WebAudioEvent
/
AudioNodeWillBeDestroyed
Audio
Node
Will
Be
Destroyed
@
Serializable
data
class
AudioNodeWillBeDestroyed
(
val
contextId
:
GraphObjectId
,
val
nodeId
:
GraphObjectId
)
:
WebAudioEvent
(
source
)
Notifies that an existing AudioNode has been destroyed.
Official doc
Members
Constructors
Audio
Node
Will
Be
Destroyed
Link copied to clipboard
constructor
(
contextId
:
GraphObjectId
,
nodeId
:
GraphObjectId
)
Properties
context
Id
Link copied to clipboard
val
contextId
:
GraphObjectId
node
Id
Link copied to clipboard
val
nodeId
:
GraphObjectId