puppeteer/new-docs/puppeteer.protocol.webaudio.contextrealtimedata.md
2020-07-13 14:01:35 +01:00

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.