mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
709 B
709 B
Home > puppeteer > Protocol > WebAudio > ContextRealtimeData > renderCapacity
Protocol.WebAudio.ContextRealtimeData.renderCapacity property
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.
Signature:
renderCapacity: number;