data class AudioNodeWillBeDestroyedEvent : WebAudioEvent
Notifies that an existing AudioNode has been destroyed.
<init> |
Notifies that an existing AudioNode has been destroyed. AudioNodeWillBeDestroyedEvent(contextId: GraphObjectId, nodeId: GraphObjectId) |
contextId |
val contextId: GraphObjectId |
nodeId |
val nodeId: GraphObjectId |