Click or drag to resize
Accord.NET (logo)

AudioOutputDeviceIsRunning Property

Gets a value indicating whether this instance is playing audio.

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

Property Value

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

Implements

IAudioOutputIsRunning
See Also