NodesDisconnected

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

Notifies that AudioNodes are disconnected. The destination can be null, and it means all the outgoing connections from the source are disconnected.

Official doc

Constructors

Link copied to clipboard
constructor(contextId: GraphObjectId, sourceId: GraphObjectId, destinationId: GraphObjectId, sourceOutputIndex: Double? = null, destinationInputIndex: 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)

Link copied to clipboard

(undocumented in the protocol definition)