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