summaryrefslogtreecommitdiff
path: root/src/multimedia/doc/src/qtmultimedia-cpp.qdoc
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@nokia.com>2012-09-06 17:41:54 +0200
committerQt by Nokia <qt-info@nokia.com>2012-09-13 15:36:03 +0200
commite06c037e1054f8425b8606b223ac8ea04b25bce6 (patch)
tree8e0f4052eba404e2c7f106f2df87ead063eb5d15 /src/multimedia/doc/src/qtmultimedia-cpp.qdoc
parentf328a74153b1d17068c9e41674b01d09604aed97 (diff)
downloadqtmultimedia-e06c037e1054f8425b8606b223ac8ea04b25bce6.tar.gz
Doc: Updated landing page to be consistent with other module landing pages
Change-Id: Ib230a7c01f2573b08f0a505fb0ada80d01757ba7 Reviewed-by: Jerome Pasion <jerome.pasion@nokia.com>
Diffstat (limited to 'src/multimedia/doc/src/qtmultimedia-cpp.qdoc')
-rw-r--r--src/multimedia/doc/src/qtmultimedia-cpp.qdoc22
1 files changed, 6 insertions, 16 deletions
diff --git a/src/multimedia/doc/src/qtmultimedia-cpp.qdoc b/src/multimedia/doc/src/qtmultimedia-cpp.qdoc
index 7dc0f5d35..912ae80de 100644
--- a/src/multimedia/doc/src/qtmultimedia-cpp.qdoc
+++ b/src/multimedia/doc/src/qtmultimedia-cpp.qdoc
@@ -27,23 +27,13 @@
/*!
\module QtMultimedia
- \title Qt Multimedia - C++ Classes
+ \title Qt Multimedia C++ Classes
\ingroup modules
- \brief The QtMultimedia module provides audio, video, radio and camera functionality.
-
- To include the definitions of the module's classes, use the
- following directive:
-
- \code
- #include <QtMultimedia>
- \endcode
-
- To link against the module, add this line to your \l qmake \c
- .pro file:
-
- \code
- QT += multimedia
- \endcode
+ \brief The \l {Qt Multimedia}{QtMultimedia} module provides audio, video, radio and camera functionality.
+ The C++ classes provide more control over the multimedia content than the QML alternatives.
+ If your application is serving complex use cases such as decoding media files, accessing video or audio buffers,
+ use the C++ alternative. For more details about the complex audio, video, and camera use cases supported by the C++
+ classes, refer to \l {Qt Multimedia Overview}.
*/