AudioNodeWillBeDestroyed

@Serializable
data class AudioNodeWillBeDestroyed(val contextId: GraphObjectId, val nodeId: GraphObjectId) : WebAudioEvent(source)

Notifies that an existing AudioNode has been destroyed.

Official doc

Constructors

Link copied to clipboard
constructor(contextId: GraphObjectId, nodeId: GraphObjectId)

Properties

Link copied to clipboard
Link copied to clipboard