cef_browser_host_t.is_audio_muted

Returns true (1) if the browser's audio is muted. This function can only be called on the UI thread.

struct cef_browser_host_t
extern (System)
int function(cef_browser_host_t* self) nothrow is_audio_muted;

Meta