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

25 lines
1.4 KiB
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [WebAudio](./puppeteer.protocol.webaudio.md) &gt; [NodesDisconnectedEvent](./puppeteer.protocol.webaudio.nodesdisconnectedevent.md)
## 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.
<b>Signature:</b>
```typescript
export interface NodesDisconnectedEvent
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [contextId](./puppeteer.protocol.webaudio.nodesdisconnectedevent.contextid.md) | [GraphObjectId](./puppeteer.protocol.webaudio.graphobjectid.md) | |
| [destinationId](./puppeteer.protocol.webaudio.nodesdisconnectedevent.destinationid.md) | [GraphObjectId](./puppeteer.protocol.webaudio.graphobjectid.md) | |
| [destinationInputIndex](./puppeteer.protocol.webaudio.nodesdisconnectedevent.destinationinputindex.md) | number | |
| [sourceId](./puppeteer.protocol.webaudio.nodesdisconnectedevent.sourceid.md) | [GraphObjectId](./puppeteer.protocol.webaudio.graphobjectid.md) | |
| [sourceOutputIndex](./puppeteer.protocol.webaudio.nodesdisconnectedevent.sourceoutputindex.md) | number | |