ContextRealtimeDataRenderCapacity Property |
Version 88.2.90
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.
Namespace:
CefSharp.DevTools.WebAudio
Assembly:
CefSharp (in CefSharp.dll) Version: 88.2.90.0 (88.2.90.0)
Syntax public long RenderCapacity { get; set; }
public:
property long long RenderCapacity {
long long get ();
void set (long long value);
}
Property Value
Type:
Int64See Also