From b686618d98f93e3c363f67518988dce5482bde6b Mon Sep 17 00:00:00 2001 From: bobo1on1 Date: Thu, 15 Nov 2012 21:34:30 +0100 Subject: added: description of units of volume amplification --- xbmc/cores/AudioEngine/Interfaces/AEStream.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xbmc/cores/AudioEngine/Interfaces/AEStream.h b/xbmc/cores/AudioEngine/Interfaces/AEStream.h index ee82df2a30..b2b8b41223 100644 --- a/xbmc/cores/AudioEngine/Interfaces/AEStream.h +++ b/xbmc/cores/AudioEngine/Interfaces/AEStream.h @@ -139,14 +139,14 @@ public: virtual void SetReplayGain(float factor) = 0; /** - * Gets the stream's volume amplification - * @return The volume amplification factor + * Gets the stream's volume amplification in linear units. + * @return The volume amplification factor between 1.0 and 1000.0 */ virtual float GetAmplification() = 0; /** - * Sets the stream's volume amplification - * @param The volume amplification factor + * Sets the stream's volume amplification in linear units. + * @param The volume amplification factor between 1.0 and 1000.0 */ virtual void SetAmplification(float amplify) = 0; -- cgit v1.2.3