mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.4 KiB
1.4 KiB
Home > puppeteer > Protocol > WebAudio > AudioParam
Protocol.WebAudio.AudioParam interface
Protocol object for AudioParam
Signature:
export interface AudioParam
Properties
| Property | Type | Description |
|---|---|---|
| contextId | GraphObjectId | |
| defaultValue | number | |
| maxValue | number | |
| minValue | number | |
| nodeId | GraphObjectId | |
| paramId | GraphObjectId | |
| paramType | ParamType | |
| rate | AutomationRate |