mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
28 lines
1.5 KiB
Markdown
28 lines
1.5 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) > [AudioNode](./puppeteer.protocol.webaudio.audionode.md)
|
||
|
|
||
|
## Protocol.WebAudio.AudioNode interface
|
||
|
|
||
|
Protocol object for AudioNode
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface AudioNode
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [channelCount](./puppeteer.protocol.webaudio.audionode.channelcount.md) | number | |
|
||
|
| [channelCountMode](./puppeteer.protocol.webaudio.audionode.channelcountmode.md) | [ChannelCountMode](./puppeteer.protocol.webaudio.channelcountmode.md) | |
|
||
|
| [channelInterpretation](./puppeteer.protocol.webaudio.audionode.channelinterpretation.md) | [ChannelInterpretation](./puppeteer.protocol.webaudio.channelinterpretation.md) | |
|
||
|
| [contextId](./puppeteer.protocol.webaudio.audionode.contextid.md) | [GraphObjectId](./puppeteer.protocol.webaudio.graphobjectid.md) | |
|
||
|
| [nodeId](./puppeteer.protocol.webaudio.audionode.nodeid.md) | [GraphObjectId](./puppeteer.protocol.webaudio.graphobjectid.md) | |
|
||
|
| [nodeType](./puppeteer.protocol.webaudio.audionode.nodetype.md) | [NodeType](./puppeteer.protocol.webaudio.nodetype.md) | |
|
||
|
| [numberOfInputs](./puppeteer.protocol.webaudio.audionode.numberofinputs.md) | number | |
|
||
|
| [numberOfOutputs](./puppeteer.protocol.webaudio.audionode.numberofoutputs.md) | number | |
|
||
|
|