mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.4 KiB
1.4 KiB
Home > puppeteer > Protocol > WebAudio > NodesDisconnectedEvent
Protocol.WebAudio.NodesDisconnectedEvent interface
Notifies that AudioNodes are disconnected. The destination can be null, and it means all the outgoing connections from the source are disconnected.
Signature:
export interface NodesDisconnectedEvent
Properties
Property | Type | Description |
---|---|---|
contextId | GraphObjectId | |
destinationId | GraphObjectId | |
destinationInputIndex | number | |
sourceId | GraphObjectId | |
sourceOutputIndex | number |