SoundStateΒΆ

enum SoundState : System.Enum, System.IComparable, System.IFormattable, System.IConvertible

Described the playback state of a SoundEffectInstance.

SoundState Playing

The SoundEffectInstance is currently playing.

SoundState Paused

The SoundEffectInstance is currently paused.

SoundState Stopped

The SoundEffectInstance is currently stopped.