puppeteer/new-docs/puppeteer.protocol.webaudio.nodesconnectedevent.md

25 lines
1.2 KiB
Markdown
Raw Normal View History

<!-- 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; [NodesConnectedEvent](./puppeteer.protocol.webaudio.nodesconnectedevent.md)
## Protocol.WebAudio.NodesConnectedEvent interface
Notifies that two AudioNodes are connected.
<b>Signature:</b>
```typescript
export interface NodesConnectedEvent
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [contextId](./puppeteer.protocol.webaudio.nodesconnectedevent.contextid.md) | [GraphObjectId](./puppeteer.protocol.webaudio.graphobjectid.md) | |
| [destinationId](./puppeteer.protocol.webaudio.nodesconnectedevent.destinationid.md) | [GraphObjectId](./puppeteer.protocol.webaudio.graphobjectid.md) | |
| [destinationInputIndex](./puppeteer.protocol.webaudio.nodesconnectedevent.destinationinputindex.md) | number | |
| [sourceId](./puppeteer.protocol.webaudio.nodesconnectedevent.sourceid.md) | [GraphObjectId](./puppeteer.protocol.webaudio.graphobjectid.md) | |
| [sourceOutputIndex](./puppeteer.protocol.webaudio.nodesconnectedevent.sourceoutputindex.md) | number | |