SoundStatus.h File Reference

#include <SFML/Config.h>

Go to the source code of this file.


Enumerations

enum  sfSoundStatus {
  sfStopped,
  sfPaused,
  sfPlaying
}

Enumeration Type Documentation

enum sfSoundStatus

Enumerator:
sfStopped  Sound / music is not playing.
sfPaused  Sound / music is paused.
sfPlaying  Sound / music is playing.

Definition at line 34 of file SoundStatus.h.