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