aboutsummaryrefslogtreecommitdiff
path: root/sound/mixer.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/mixer.h')
-rw-r--r--sound/mixer.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sound/mixer.h b/sound/mixer.h
index 310703445d..8847d208e7 100644
--- a/sound/mixer.h
+++ b/sound/mixer.h
@@ -147,19 +147,19 @@ public:
/** Check whether any SFX channel is active.*/
bool hasActiveSFXChannel();
-
+
/** set the global volume, 0-256 */
void setVolume(int volume);
-
+
/** query the global volume, 0-256 */
int getVolume() const { return _globalVolume; }
/** set the music volume, 0-256 */
void setMusicVolume(int volume);
-
+
/** query the music volume, 0-256 */
int getMusicVolume() const { return _musicVolume; }
-
+
/** query the output rate in kHz */
uint getOutputRate() const { return _outputRate; }