data class NodesDisconnectedEvent : WebAudioEvent
Notifies that AudioNodes are disconnected. The destination can be null, and it means all the outgoing connections from the source are disconnected.
<init> |
Notifies that AudioNodes are disconnected. The destination can be null, and it means all the outgoing connections from the source are disconnected. NodesDisconnectedEvent(contextId: GraphObjectId, sourceId: GraphObjectId, destinationId: GraphObjectId, sourceOutputIndex: Double? = null, destinationInputIndex: Double? = null) |
contextId |
val contextId: GraphObjectId |
destinationId |
val destinationId: GraphObjectId |
destinationInputIndex |
val destinationInputIndex: Double? |
sourceId |
val sourceId: GraphObjectId |
sourceOutputIndex |
val sourceOutputIndex: Double? |