pl.wendigo.chrome.api.webaudio / NodesConnectedEvent

NodesConnectedEvent

data class NodesConnectedEvent : Event (source)

Notifies that two AudioNodes are connected.

Link
WebAudio#nodesConnected event documentation.

Constructors

<init>

NodesConnectedEvent(contextId: GraphObjectId, sourceId: GraphObjectId, destinationId: GraphObjectId, sourceOutputIndex: Double? = null, destinationInputIndex: Double? = null)

Notifies that two AudioNodes are connected.

Properties

contextId

val contextId: GraphObjectId

destinationId

val destinationId: GraphObjectId

destinationInputIndex

val destinationInputIndex: Double?

sourceId

val sourceId: GraphObjectId

sourceOutputIndex

val sourceOutputIndex: Double?

Inherited Functions

protocolDomain

fun protocolDomain(): String