summaryrefslogtreecommitdiffstats
path: root/src/multimedia/doc/src/qtmultimedia-index.qdoc
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@nokia.com>2012-08-02 11:17:05 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-29 13:17:52 +0200
commita4c23ac607034d1d8ab15bf9afb6a7d9a7b5d083 (patch)
tree262237db4ed7483e87b6b6e03d5782ef5a7f26d5 /src/multimedia/doc/src/qtmultimedia-index.qdoc
parent8a3706a5a1a9d5839327ede3fa625da8f3c34979 (diff)
Doc: Added an index page and separated \qmlproperty and \property documentation
Change-Id: I29bcfd0a31c781deb4cce2d6bcb2afca32191ae6 Reviewed-by: Geir Vattekar <geir.vattekar@nokia.com> Reviewed-by: Martin Smith <martin.smith@nokia.com>
Diffstat (limited to 'src/multimedia/doc/src/qtmultimedia-index.qdoc')
-rw-r--r--src/multimedia/doc/src/qtmultimedia-index.qdoc100
1 files changed, 100 insertions, 0 deletions
diff --git a/src/multimedia/doc/src/qtmultimedia-index.qdoc b/src/multimedia/doc/src/qtmultimedia-index.qdoc
new file mode 100644
index 000000000..8857c8c55
--- /dev/null
+++ b/src/multimedia/doc/src/qtmultimedia-index.qdoc
@@ -0,0 +1,100 @@
+/****************************************************************************
+**
+** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/
+**
+** This file is part of the documentation of the Qt Toolkit.
+**
+** $QT_BEGIN_LICENSE:FDL$
+** GNU Free Documentation License
+** Alternatively, this file may be used under the terms of the GNU Free
+** Documentation License version 1.3 as published by the Free Software
+** Foundation and appearing in the file included in the packaging of
+** this file.
+**
+** Other Usage
+** Alternatively, this file may be used in accordance with the terms
+** and conditions contained in a signed written agreement between you
+** and Nokia.
+**
+**
+**
+**
+**
+** $QT_END_LICENSE$
+**
+****************************************************************************/
+
+/*!
+ \page qtmultimedia-index.html
+ \title Qt Multimedia
+ \brief The Qt Multimedia module provides APIs for audio, video, radio and camera-related functionality.
+
+ Qt Multimedia is an essential module that provides a rich set of QML types and C++ classes to handle multimedia content. It also provides necessary APIs to access the camera and radio functionality.
+
+ \section1 Getting started
+
+ To start using the QML types and C++ classes in your application, include/import the QtMultimedia module. Refer to \l {Qt Multimedia - QML Types} and \l {Qt Multimedia - C++ Classes}, for the include/import statements and the complete list of QML types and C++ classes.
+
+ \section1 Key types and classes
+
+ The following is a list of key QML types and C++ classes provided by this module:
+
+ \table
+ \header
+ \li Type
+ \li Description
+ \row
+ \li \l {QtMultimedia5::Audio}{Audio}
+ \li Add audio playback functionality to a scene
+ \row
+ \li \l {QtMultimedia5::Camera}{Camera}
+ \li Access camera viewfinder frames
+ \row
+ \li MediaPlayer
+ \li Add media playback functionality to a scene. It is same as Audio type, but can be used for video playback with the VideoOutput type.
+ \row
+ \li \l {QtMultimedia5::Radio}{Radio}
+ \li Access radio functionality
+ \row
+ \li \l {QtMultimedia5::Video}{Video}
+ \li Add Video playback functionality to a scene. It uses MediaPlayer and VideoOutput types to provide video playback functionality.
+ \endtable
+
+ \table
+ \header
+ \li Class
+ \li Description
+ \row
+ \li QAudioOutput
+ \li Sends audio data to an audio output device
+ \row
+ \li QCamera
+ \li Access camera viewfinder.
+ \row
+ \li QCameraImageCapture
+ \li Record media content. Intended to be used with QCamera to record media.
+ \row
+ \li QMediaPlayer
+ \li Playback media from a source.
+ \row
+ \li QRadioTuner
+ \li Access radio device.
+ \row
+ \li QVideoRendererControl
+ \li Control video data.
+ \endtable
+
+ \section1 Related topics
+ \list
+ \li \l {Qt Multimedia Overview}
+ \li \l {Changes in Qt Multimedia}
+ \li \l {Audio Overview}
+ \li \l {Camera Overview}
+ \li \l {Radio Overview}
+ \li \l {Video Overview}
+ \li \l {Positional Audio}
+ \endlist
+
+
+ */