Loading...
Searching...
No Matches
SoundStatus.h File Reference

Go to the source code of this file.

Enumerations

enum  sfSoundStatus { sfStopped , sfPaused , sfPlaying }
 Enumeration of statuses for sounds and musics. More...
 

Enumeration Type Documentation

◆ sfSoundStatus

Enumeration of statuses for sounds and musics.

Enumerator
sfStopped 

Sound / music is not playing.

sfPaused 

Sound / music is paused.

sfPlaying 

Sound / music is playing.

Definition at line 38 of file SoundStatus.h.