aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/system.h b/common/system.h
index da2c0fde5c..63e642a34c 100644
--- a/common/system.h
+++ b/common/system.h
@@ -569,6 +569,8 @@ public:
/**
* Determine the output sample rate. Audio data provided by the sound
* callback will be played using this rate.
+ * @note Client code other than the sound mixer should _not_ use this
+ * method. Instead, call SoundMixer::getOutputRate()!
* @return the output sample rate
*/
virtual int getOutputSampleRate() const = 0;