Table of Contents

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

true when audio is currently playing, false otherwise.

Exceptions

ObjectDisposedException

The IAudio has already been disposed.