NodesDisconnectedParameter

@Serializable
data class NodesDisconnectedParameter(val contextId: String, val sourceId: String, val destinationId: String, val sourceOutputIndex: Double? = null, val destinationInputIndex: Double? = null)

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

Constructors

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

Properties

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