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

24 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; [NodeParamConnectedEvent](./puppeteer.protocol.webaudio.nodeparamconnectedevent.md)
## Protocol.WebAudio.NodeParamConnectedEvent interface
Notifies that an AudioNode is connected to an AudioParam.
<b>Signature:</b>
```typescript
export interface NodeParamConnectedEvent
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [contextId](./puppeteer.protocol.webaudio.nodeparamconnectedevent.contextid.md) | [GraphObjectId](./puppeteer.protocol.webaudio.graphobjectid.md) | |
| [destinationId](./puppeteer.protocol.webaudio.nodeparamconnectedevent.destinationid.md) | [GraphObjectId](./puppeteer.protocol.webaudio.graphobjectid.md) | |
| [sourceId](./puppeteer.protocol.webaudio.nodeparamconnectedevent.sourceid.md) | [GraphObjectId](./puppeteer.protocol.webaudio.graphobjectid.md) | |
| [sourceOutputIndex](./puppeteer.protocol.webaudio.nodeparamconnectedevent.sourceoutputindex.md) | number | |