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

NodesConnectedEvent

data class NodesConnectedEvent : WebAudioEvent

Constructors

<init>

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

Properties

contextId

val contextId: GraphObjectId

destinationId

val destinationId: GraphObjectId

destinationInputIndex

val destinationInputIndex: Double?

sourceId

val sourceId: GraphObjectId

sourceOutputIndex

val sourceOutputIndex: Double?