Click or drag to resize
Accord.NET (logo)

IAudioOutputIsRunning Property

Gets a value indicating whether this instance is playing audio.

Namespace:  Accord.Audio
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
bool IsRunning { get; }
Request Example View Source

Property Value

Type: Boolean
true if this instance is running; otherwise, false.
See Also