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
true
when audio output must be muted,false
otherwise.
Exceptions
- ObjectDisposedException
The IAudio has already been disposed.