Click or drag to resize

IAudioIsPlaying Property

Indicates if the audio is currently playing on the loaded web page.

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

Property Value

Type: Boolean
true when audio is currently playing, false otherwise.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IAudio has already been disposed.
See Also