pl.wendigo.chrome.api.webaudio / NodeParamConnectedEvent

NodeParamConnectedEvent

data class NodeParamConnectedEvent : Event (source)

Notifies that an AudioNode is connected to an AudioParam.

Link
WebAudio#nodeParamConnected event documentation.

Constructors

<init>

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

Notifies that an AudioNode is connected to an AudioParam.

Properties

contextId

val contextId: GraphObjectId

destinationId

val destinationId: GraphObjectId

sourceId

val sourceId: GraphObjectId

sourceOutputIndex

val sourceOutputIndex: Double?

Inherited Functions

protocolDomain

fun protocolDomain(): String