Doc: Organized related information in subsections

Change-Id: Iabe4a032d998003b659e298c3d602d68d83de8b1
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
Venugopal Shivashankar
2012-09-28 12:00:27 +02:00
committed by The Qt Project
parent 1b80c9971f
commit 06827f5d6e

View File

@@ -46,7 +46,7 @@
#include <QtMultimedia> #include <QtMultimedia>
\endcode \endcode
\note If your using a few classes from this module, we recommend including those specific classes only instead of the module. \note If you are using a few classes from this module, we recommend including those specific classes only instead of the module.
To link against the corresponding C++ libraries, add the following to your \c {qmake} project file: To link against the corresponding C++ libraries, add the following to your \c {qmake} project file:
@@ -54,9 +54,9 @@
QT += multimedia QT += multimedia
\endcode \endcode
\section1 Key types and classes \section1 QML types and C++ classes
The following is a list of key QML types and C++ classes provided by this module: The following is a list of important QML types and C++ classes provided by this module:
\table \table
\header \header
@@ -103,49 +103,43 @@
\li Control video data. \li Control video data.
\endtable \endtable
\section1 Related topics \section1 Related information
\table
\header \section2 Guides
\li {1,4} Reference \list
\li {1,4} Guides
\li {4,1} Examples
\header
\li QML API examples
\li C++ API examples
\row
\li \l{Qt Multimedia QML Types}{QML Types}
\li \l{Qt Multimedia Overview} \li \l{Qt Multimedia Overview}
\li
\li
\row
\li \l{Qt Multimedia C++ Classes}{C++ Classes}
\li \l{Audio Overview} \li \l{Audio Overview}
\li
\li \l{audiooutput}
\l{audioinput}
\l{audiorecorder}
\l{audiodevices}
\l{spectrum}
\row
\li
\li \l{Positional Audio} \li \l{Positional Audio}
\li
\li \l{AudioEngine Example}{Audio Engine}
\row
\li
\li \l{Video Overview} \li \l{Video Overview}
\li \l{video/qmlvideo}{qmlvideo}
\l{video/qmlvideofx}{qmlvideofx}
\li \l {player}
\row
\li
\li \l{Camera Overview} \li \l{Camera Overview}
\li \l{declarative-camera}
\li \l{Camera Example}
\row
\li
\li \l{Radio Overview} \li \l{Radio Overview}
\endlist
\section2 Reference
\list
\li \l{Qt Multimedia QML Types}{QML Types}
\li \l{Qt Multimedia C++ Classes}{C++ Classes}
\endlist
\section2 Examples
\list
\li QML
\list
\li \l{video/qmlvideo}{qmlvideo}
\li \l{video/qmlvideofx}{qmlvideofx}
\li \l{declarative-camera}
\li \l{declarative-radio} \li \l{declarative-radio}
\li \endlist
\endtable \li C++
*/ \list
\li \l{audiooutput}
\li \l{audioinput}
\li \l{audiorecorder}
\li \l{audiodevices}
\li \l{spectrum}
\li \l{AudioEngine Example}{Audio Engine}
\li \l{player}
\li \l{Camera Example}
\endlist
\endlist
*/