cef_browser_host_t.set_windowless_frame_rate

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

More...
struct cef_browser_host_t
extern (System)
void function(cef_browser_host_t* self, int frame_rate) nothrow set_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). Can also be set at browser creation via cef_browser_tSettings.windowless_frame_rate.

Meta