IBrowserHostSetAudioMuted Method |
Version 130.1.90
Set whether the browser's audio is muted.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax void SetAudioMuted(
bool mute
)
void SetAudioMuted(
bool mute
)
Parameters
- mute Boolean
- true or false
See Also