puppeteer/new-docs/puppeteer.protocol.webaudio.nodesconnectedevent.md
2020-07-13 14:01:35 +01:00

1.2 KiB

Home > puppeteer > Protocol > WebAudio > NodesConnectedEvent

Protocol.WebAudio.NodesConnectedEvent interface

Notifies that two AudioNodes are connected.

Signature:

export interface NodesConnectedEvent 

Properties

Property Type Description
contextId GraphObjectId
destinationId GraphObjectId
destinationInputIndex number
sourceId GraphObjectId
sourceOutputIndex number