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