Table of Contents

Enum MixerSourceState

Namespace
Bonsai.Mixer
Assembly
Bonsai.Mixer.dll

Specifies the playback state of a mixer source.

public enum MixerSourceState

Fields

Playing = 0

The source is playing, advancing its playback cursor.

Paused = 1

The source is paused, holding its playback cursor.

Idle = 2

The source is playing but has no more samples to play.

Stopped = 3

The source has been removed from the mixer.