chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.webaudio.events / WebAudioEvent / NodeParamConnectedEvent

NodeParamConnectedEvent

data class NodeParamConnectedEvent : WebAudioEvent

Notifies that an AudioNode is connected to an AudioParam.

Official doc

Constructors

<init>

Notifies that an AudioNode is connected to an AudioParam.

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

Properties

contextId

val contextId: GraphObjectId

destinationId

val destinationId: GraphObjectId

sourceId

val sourceId: GraphObjectId

sourceOutputIndex

val sourceOutputIndex: Double?