mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.2 KiB
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 |