puppeteer/new-docs/puppeteer.protocol.webaudio.audioparamcreatedevent.md

21 lines
728 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [WebAudio](./puppeteer.protocol.webaudio.md) &gt; [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) | |