Click or drag to resize

IBrowserHostSetAudioMuted Method

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

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

Parameters

mute
Type: SystemBoolean
true or false
See Also