Property Muted
- Namespace
- DotNetBrowser.Media
- Assembly
- DotNetBrowser.dll
Muted
Mutes or unmutes all audio output for this Browser instance.
bool Muted { get; set; }
Property Value
- bool
truewhen audio output must be muted,falseotherwise.
Exceptions
- ObjectDisposedException
The IAudio has already been disposed.