AudioNodeWillBeDestroyed

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

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

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)