mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.3 KiB
1.3 KiB
Home > puppeteer > Protocol > WebAudio > ContextRealtimeData
Protocol.WebAudio.ContextRealtimeData interface
Fields in AudioContext that change in real-time.
Signature:
export interface ContextRealtimeData
Properties
| Property | Type | Description |
|---|---|---|
| callbackIntervalMean | number | A running mean of callback interval. |
| callbackIntervalVariance | number | A running variance of callback interval. |
| currentTime | number | The current context time in second in BaseAudioContext. |
| renderCapacity | number | The time spent on rendering graph divided by render qunatum duration, and multiplied by 100. 100 means the audio renderer reached the full capacity and glitch may occur. |