mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
24 lines
1.2 KiB
Markdown
24 lines
1.2 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) > [NodeParamDisconnectedEvent](./puppeteer.protocol.webaudio.nodeparamdisconnectedevent.md)
|
|
|
|
## Protocol.WebAudio.NodeParamDisconnectedEvent interface
|
|
|
|
Notifies that an AudioNode is disconnected to an AudioParam.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface NodeParamDisconnectedEvent
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [contextId](./puppeteer.protocol.webaudio.nodeparamdisconnectedevent.contextid.md) | [GraphObjectId](./puppeteer.protocol.webaudio.graphobjectid.md) | |
|
|
| [destinationId](./puppeteer.protocol.webaudio.nodeparamdisconnectedevent.destinationid.md) | [GraphObjectId](./puppeteer.protocol.webaudio.graphobjectid.md) | |
|
|
| [sourceId](./puppeteer.protocol.webaudio.nodeparamdisconnectedevent.sourceid.md) | [GraphObjectId](./puppeteer.protocol.webaudio.graphobjectid.md) | |
|
|
| [sourceOutputIndex](./puppeteer.protocol.webaudio.nodeparamdisconnectedevent.sourceoutputindex.md) | number | |
|
|
|