Click or drag to resize

IBrowserHost.SetAudioMuted Method

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

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

Parameters

mute
Type: System.Boolean
true or false
See Also