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

NodeParamConnectedEvent

data class NodeParamConnectedEvent : WebAudioEvent

Constructors

<init>

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?