data class NodesConnectedEvent : WebAudioEvent
Notifies that two AudioNodes are connected.
<init> |
Notifies that two AudioNodes are connected. NodesConnectedEvent(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? |