NodesConnectedParameter

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

Notifies that two AudioNodes are connected.

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