ContextRealtimeDataRenderCapacity Property |
Version 98.1.210
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: 98.1.210.0 (98.1.210.0)
Syntax public double RenderCapacity { get; set; }
public:
property double RenderCapacity {
double get ();
void set (double value);
}
Property Value
Type:
DoubleSee Also