qtmobility/src/multimedia/qaudioencodercontrol.cpp
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
--- a/qtmobility/src/multimedia/qaudioencodercontrol.cpp	Fri Jun 11 14:26:25 2010 +0300
+++ b/qtmobility/src/multimedia/qaudioencodercontrol.cpp	Wed Jun 23 19:08:38 2010 +0300
@@ -47,17 +47,17 @@
 
 /*!
     \class QAudioEncoderControl
-    \ingroup multimedia-serv
+    \ingroup multimedia
 
     \preliminary
 
-    \brief The QAudioEncoderControl class provides access to the settings of a media service that
-    performs audio encoding.
+    \brief The QAudioEncoderControl class provides access to the settings of a
+    media service that performs audio encoding.
 
-    If a QMediaService supports encoding audio data it will implement QAudioEncoderControl.  This
-    control provides information about the limits of restricted audio encoder options and allows
-    the selection of a set of audio encoder settings as specificed in a QAudioEncoderSettings
-    object.
+    If a QMediaService supports encoding audio data it will implement
+    QAudioEncoderControl.  This control provides information about the limits
+    of restricted audio encoder options and allows the selection of a set of
+    audio encoder settings as specified in a QAudioEncoderSettings object.
 
     The functionality provided by this control is exposed to application code through the
     QMediaRecorder class.
@@ -65,7 +65,7 @@
     The interface name of QAudioEncoderControl is \c com.nokia.Qt.QAudioEncoderControl/1.0 as
     defined in QAudioEncoderControl_iid.
 
-    \sa QMediaService::control(), QMediaRecorder
+    \sa QMediaService::requestControl(), QMediaRecorder
 */
 
 /*!