Enum SoundState
Described the playback state of a SoundEffectInstance.
public enum SoundState
Fields
Paused = 1The SoundEffectInstance is currently paused.
Playing = 0The SoundEffectInstance is currently playing.
Stopped = 2The SoundEffectInstance is currently stopped.