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