Click or drag to resize
Accord.NET (logo)

AudioSourceMixerIsRunning Property

State of the audio source.

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

Property Value

Type: Boolean

Implements

IAudioSourceIsRunning
Remarks
Current state of audio source object - running or not.
See Also