#include <AudioConfig.h>
Inherits Singleton< AudioConfig >, and Subject.
Public Member Functions | |
void | VolumeUp () |
void | VolumeDown () |
float | GetVolume () const |
void | Repeat () |
bool | GetRepeat () const |
void | Random () |
bool | GetRandom () const |
Friends | |
class | Singleton< AudioConfig > |
bool AudioConfig::GetRandom | ( | ) | const |
Get the current random mode
bool AudioConfig::GetRepeat | ( | ) | const |
Get the current repeat mode
float AudioConfig::GetVolume | ( | ) | const |
Get the current volume
void AudioConfig::Random | ( | ) |
Reverse the current random mode
void AudioConfig::Repeat | ( | ) |
Reverse the current repeat mode
void AudioConfig::VolumeDown | ( | ) |
Put the current volume down
void AudioConfig::VolumeUp | ( | ) |
Put the current volume up