summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Nichols <andy.nichols@digia.com>2012-11-27 17:52:16 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-28 09:16:10 +0100
commite899ff8c5ac6eacc0e031931b3054b1cb8725081 (patch)
tree1456271f20f31707ac0037c34fd4c3cb05acffea
parentc3cad00dd18196ae01e89252448952e403632d90 (diff)
Doc: cleanup multimedia overview
Added an introduction, and fix some formatting. Change-Id: Ic23416cf1113895a1895a53f310530a83a9013d3 Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
-rw-r--r--src/multimedia/doc/src/multimedia.qdoc13
1 files changed, 10 insertions, 3 deletions
diff --git a/src/multimedia/doc/src/multimedia.qdoc b/src/multimedia/doc/src/multimedia.qdoc
index 203ccea03..b5d967f61 100644
--- a/src/multimedia/doc/src/multimedia.qdoc
+++ b/src/multimedia/doc/src/multimedia.qdoc
@@ -35,12 +35,18 @@
\section1 Overview
+Multimedia support in Qt is provided by the Qt Multimedia module. The
+Qt Multimedia module provides a rich feature set that enables you to easily
+take advantage of a platforms multimedia capabilites and hardware. This
+ranges from the playback and recording of audio and video content to the use
+of available devices like cameras and radios.
+
\section2 Features
-Qt Multimedia offers APIs for doing many multimedia related tasks:
+Here are some examples of what can be done with Qt Multimedia APIs:
\list
-\li Accessing raw audio devices for input and output
+\li Access raw audio devices for input and output
\li Play low latency sound effects
\li Play media files in playlists (like compressed audio, or video files)
\li Record audio and compress it
@@ -74,7 +80,7 @@ For some quick recipes for specific tasks, look at the overviews above and consu
\li C++ Classes
\row
\li Playing a sound effect
- \li TBD
+ \li
\li \l SoundEffect
\li QSoundEffect
\row
@@ -139,6 +145,7 @@ For some quick recipes for specific tasks, look at the overviews above and consu
\li QCamera, QMediaRecorder
\row
\li 3D sound sources
+ \li
\li \l {AudioEngine Example}{Audio Engine}
\li \l {AudioEngine}, \l Sound
\li