Click or drag to resize

IBrowserHostSetAudioMuted Method

Version 84.4.10
Set whether the browser's audio is muted.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 84.4.10.0 (84.4.10.0)
Syntax
void SetAudioMuted(
	bool mute
)

Parameters

mute
Type: SystemBoolean
true or false
See Also