Property IsPlaying
- Namespace
- DotNetBrowser.Media
- Assembly
- DotNetBrowser.dll
IsPlaying
Indicates if the audio is currently playing on the loaded web page.
bool IsPlaying { get; }
Property Value
- bool
truewhen audio is currently playing,falseotherwise.
Exceptions
- ObjectDisposedException
The IAudio has already been disposed.