NodeParamDisconnected

@Serializable
data class NodeParamDisconnected(val contextId: GraphObjectId, val sourceId: GraphObjectId, val destinationId: GraphObjectId, val sourceOutputIndex: Double? = null) : WebAudioEvent

Notifies that an AudioNode is disconnected to an AudioParam.

Official doc

Constructors

Link copied to clipboard
constructor(contextId: GraphObjectId, sourceId: GraphObjectId, destinationId: GraphObjectId, sourceOutputIndex: Double? = null)

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)

Link copied to clipboard

(undocumented in the protocol definition)