summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@theqtcompany.com>2016-10-03 16:02:28 +0200
committerNico Vertriest <nico.vertriest@theqtcompany.com>2016-10-05 12:05:31 +0000
commit256ff7bb1551f6c62c4ac861472ea29f45dbab3a (patch)
treee88f6a2c573331336762012652f5da95892492bc
parent983bd3ecedf2b1c9fa68ee9cc4edc7d1be59ff37 (diff)
Doc: added definition for parameter gain
Change-Id: I710e99e6889e49755241e8448163167374f23f52 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
-rw-r--r--src/multimedia/controls/qmediarecordercontrol.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/multimedia/controls/qmediarecordercontrol.cpp b/src/multimedia/controls/qmediarecordercontrol.cpp
index 4654d16eb..abffc6811 100644
--- a/src/multimedia/controls/qmediarecordercontrol.cpp
+++ b/src/multimedia/controls/qmediarecordercontrol.cpp
@@ -166,7 +166,9 @@ QMediaRecorderControl::~QMediaRecorderControl()
/*!
\fn void QMediaRecorderControl::setVolume(qreal gain)
- Sets the linear audio \a gain of a media recorder.
+ Sets the audio \a gain of a media recorder control.
+
+ The gain is scaled linearly, ranging from \c 0 (silence) to \c 100 (full volume).
*/
/*!