pl.wendigo.chrome.domain.webaudio / NodesConnectedEvent

NodesConnectedEvent

data class NodesConnectedEvent : ProtocolEvent (source)

Represents event frames for WebAudio.nodesConnected

Notifies that two AudioNodes are connected.

Constructors

<init>

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

Represents event frames for WebAudio.nodesConnected

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