Enum MixerSourceState
Specifies the playback state of a mixer source.
public enum MixerSourceState
Fields
Playing = 0The source is playing, advancing its playback cursor.
Paused = 1The source is paused, holding its playback cursor.
Idle = 2The source is playing but has no more samples to play.
Stopped = 3The source has been removed from the mixer.