A C++ Wrapper around the sound engine declarations.
More...
|
|
bool | play (std::string soundFile) |
|
bool | playLooped (std::string soundFile, int loopCount) |
|
bool | pause (std::string soundFile) |
|
bool | pauseAll () |
|
bool | resume (std::string soundFile) |
|
bool | resumeAll () |
|
bool | stop (std::string soundFile) |
|
bool | stopAll () |
|
double | getVolume (std::string soundFile) |
|
double | getVolumeAll () |
|
void | setVolume (std::string soundFile, double volume) |
|
void | setVolumeAll (double volume) |
A C++ Wrapper around the sound engine declarations.