ContextRealtimeDataRenderCapacity Property |
Version 130.1.90
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.WebAudioAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntaxpublic double RenderCapacity { get; set; }
public:
property double RenderCapacity {
double get ();
void set (double value);
}
Property Value
Double
See Also