#include <GSoundManager.h>
Public Member Functions | |
GSoundManager (void) | |
sound data buffers | |
~GSoundManager (void) | |
standard constructor | |
void | StartUp (char *IniFile) |
standard destructor | |
void | Play (char *SoundName, bool loop=false) |
read all entries from an ini file and setup buffers and sources | |
void | Stop (char *SoundName) |
play a particular sound identified by its name |
GSoundManager::GSoundManager | ( | void | ) |
sound data buffers
GSoundManager::~GSoundManager | ( | void | ) |
standard constructor
void GSoundManager::Play | ( | char * | SoundName, | |
bool | loop = false | |||
) |
read all entries from an ini file and setup buffers and sources
void GSoundManager::StartUp | ( | char * | IniFile | ) |
standard destructor
void GSoundManager::Stop | ( | char * | SoundName | ) |
play a particular sound identified by its name