25 lines
1.4 KiB
Markdown
25 lines
1.4 KiB
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [WebAudio](./puppeteer.protocol.webaudio.md) > [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 | |
|
||
|
|