mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
28 lines
1.4 KiB
Markdown
28 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) > [AudioParam](./puppeteer.protocol.webaudio.audioparam.md)
|
|
|
|
## Protocol.WebAudio.AudioParam interface
|
|
|
|
Protocol object for AudioParam
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface AudioParam
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [contextId](./puppeteer.protocol.webaudio.audioparam.contextid.md) | [GraphObjectId](./puppeteer.protocol.webaudio.graphobjectid.md) | |
|
|
| [defaultValue](./puppeteer.protocol.webaudio.audioparam.defaultvalue.md) | number | |
|
|
| [maxValue](./puppeteer.protocol.webaudio.audioparam.maxvalue.md) | number | |
|
|
| [minValue](./puppeteer.protocol.webaudio.audioparam.minvalue.md) | number | |
|
|
| [nodeId](./puppeteer.protocol.webaudio.audioparam.nodeid.md) | [GraphObjectId](./puppeteer.protocol.webaudio.graphobjectid.md) | |
|
|
| [paramId](./puppeteer.protocol.webaudio.audioparam.paramid.md) | [GraphObjectId](./puppeteer.protocol.webaudio.graphobjectid.md) | |
|
|
| [paramType](./puppeteer.protocol.webaudio.audioparam.paramtype.md) | [ParamType](./puppeteer.protocol.webaudio.paramtype.md) | |
|
|
| [rate](./puppeteer.protocol.webaudio.audioparam.rate.md) | [AutomationRate](./puppeteer.protocol.webaudio.automationrate.md) | |
|
|
|