19 lines
713 B
Markdown
19 lines
713 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) > [GetRealtimeDataResponse](./puppeteer.protocol.webaudio.getrealtimedataresponse.md)
|
||
|
|
||
|
## Protocol.WebAudio.GetRealtimeDataResponse interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface GetRealtimeDataResponse
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [realtimeData](./puppeteer.protocol.webaudio.getrealtimedataresponse.realtimedata.md) | [ContextRealtimeData](./puppeteer.protocol.webaudio.contextrealtimedata.md) | |
|
||
|
|