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

NodeParamDisconnectedEvent

data class NodeParamDisconnectedEvent : WebAudioEvent

Notifies that an AudioNode is disconnected to an AudioParam.

Official doc

Constructors

<init>

Notifies that an AudioNode is disconnected to an AudioParam.

NodeParamDisconnectedEvent(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?