Click or drag to resize

IAudioMuted Property

Mutes or unmutes all audio output for this Browser instance.

Namespace:  DotNetBrowser.Media
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
bool Muted { get; set; }

Property Value

Type: Boolean
true when audio output must be muted, false otherwise.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IAudio has already been disposed.
See Also