cef_browser_host_t.get_windowless_frame_rate

Returns the maximum rate in frames per second (fps) that

More...
struct cef_browser_host_t
extern (System)
int function(cef_browser_host_t* self) nothrow get_windowless_frame_rate;

Detailed Description

cef render handler t

:OnPaint will be called for a windowless browser. The actual fps may be lower if the browser cannot generate frames at the requested rate. The minimum value is 1 and the maximum value is 60 (default 30). This function can only be called on the UI thread.

Meta