Click or drag to resize

IBrowserHostSetAudioMuted Method

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

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

Parameters

mute
Type: SystemBoolean
true or false
See Also