IBrowserHostSetAudioMuted Method  | 
Version 108.4.130 
            Set whether the browser's audio is muted.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntaxvoid SetAudioMuted(
	bool mute
)
void SetAudioMuted(
	bool mute
)
Parameters
- mute
 - Type: SystemBoolean
true or false 
See Also