chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.webaudio.events / WebAudioEvent / AudioNodeWillBeDestroyedEvent

AudioNodeWillBeDestroyedEvent

data class AudioNodeWillBeDestroyedEvent : WebAudioEvent

Notifies that an existing AudioNode has been destroyed.

Official doc

Constructors

<init>

Notifies that an existing AudioNode has been destroyed.

AudioNodeWillBeDestroyedEvent(contextId: GraphObjectId, nodeId: GraphObjectId)

Properties

contextId

val contextId: GraphObjectId

nodeId

val nodeId: GraphObjectId