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

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