Doc: cleanup multimedia overview
authorAndy Nichols <andy.nichols@digia.com>
Tue, 27 Nov 2012 16:52:16 +0000 (17:52 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 28 Nov 2012 08:16:10 +0000 (09:16 +0100)
Added an introduction, and fix some formatting.

Change-Id: Ic23416cf1113895a1895a53f310530a83a9013d3
Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
src/multimedia/doc/src/multimedia.qdoc

index 203ccea..b5d967f 100644 (file)
 
 \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