AudioParamWillBeDestroyed

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

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

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)