Doc: Organized related information in subsections
Change-Id: Iabe4a032d998003b659e298c3d602d68d83de8b1 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
committed by
The Qt Project
parent
1b80c9971f
commit
06827f5d6e
@@ -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 \l{Qt Multimedia Overview}
|
||||||
\li {4,1} Examples
|
\li \l{Audio Overview}
|
||||||
\header
|
\li \l{Positional Audio}
|
||||||
\li QML API examples
|
\li \l{Video Overview}
|
||||||
\li C++ API examples
|
\li \l{Camera Overview}
|
||||||
\row
|
\li \l{Radio Overview}
|
||||||
\li \l{Qt Multimedia QML Types}{QML Types}
|
\endlist
|
||||||
\li \l{Qt Multimedia Overview}
|
|
||||||
\li
|
\section2 Reference
|
||||||
\li
|
\list
|
||||||
\row
|
\li \l{Qt Multimedia QML Types}{QML Types}
|
||||||
\li \l{Qt Multimedia C++ Classes}{C++ Classes}
|
\li \l{Qt Multimedia C++ Classes}{C++ Classes}
|
||||||
\li \l{Audio Overview}
|
\endlist
|
||||||
\li
|
|
||||||
\li \l{audiooutput}
|
\section2 Examples
|
||||||
\l{audioinput}
|
\list
|
||||||
\l{audiorecorder}
|
\li QML
|
||||||
\l{audiodevices}
|
\list
|
||||||
\l{spectrum}
|
|
||||||
\row
|
|
||||||
\li
|
|
||||||
\li \l{Positional Audio}
|
|
||||||
\li
|
|
||||||
\li \l{AudioEngine Example}{Audio Engine}
|
|
||||||
\row
|
|
||||||
\li
|
|
||||||
\li \l{Video Overview}
|
|
||||||
\li \l{video/qmlvideo}{qmlvideo}
|
\li \l{video/qmlvideo}{qmlvideo}
|
||||||
\l{video/qmlvideofx}{qmlvideofx}
|
\li \l{video/qmlvideofx}{qmlvideofx}
|
||||||
\li \l {player}
|
|
||||||
\row
|
|
||||||
\li
|
|
||||||
\li \l{Camera Overview}
|
|
||||||
\li \l{declarative-camera}
|
\li \l{declarative-camera}
|
||||||
\li \l{Camera Example}
|
|
||||||
\row
|
|
||||||
\li
|
|
||||||
\li \l{Radio Overview}
|
|
||||||
\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
|
||||||
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user