21 lines
728 B
Markdown
21 lines
728 B
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) > [AudioParamCreatedEvent](./puppeteer.protocol.webaudio.audioparamcreatedevent.md)
|
||
|
|
||
|
## Protocol.WebAudio.AudioParamCreatedEvent interface
|
||
|
|
||
|
Notifies that a new AudioParam has been created.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface AudioParamCreatedEvent
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [param](./puppeteer.protocol.webaudio.audioparamcreatedevent.param.md) | [AudioParam](./puppeteer.protocol.webaudio.audioparam.md) | |
|
||
|
|