ContextRealtimeDataRenderCapacity Property |
Version 92.0.260
The time spent on rendering graph divided by render quantum duration,
and multiplied by 100. 100 means the audio renderer reached the full
capacity and glitch may occur.
Namespace:
CefSharp.DevTools.WebAudio
Assembly:
CefSharp (in CefSharp.dll) Version: 92.0.260.0 (92.0.260.0)
Syntaxpublic double RenderCapacity { get; set; }
public:
property double RenderCapacity {
double get ();
void set (double value);
}
Property Value
Type:
Double
See Also