AudioParamWillBeDestroyed

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

Notifies that an existing AudioParam has been destroyed.

Official doc

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard