summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Koenig <tobias.koenig.qnx@kdab.com>2013-02-19 09:17:12 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-19 14:45:44 +0100
commit01436abd3dd65ddabfe101ac95de29b2fc1ab02c (patch)
treec5fb67620e7d06f4d421651df8607ff067118e65
parentdbe69f38d0cbc7e6e92183735ca47b6bbb49c593 (diff)
Blackberry: Extend platform-specific documentation
Reflect camera support in Blackberry-specific documentation page. Change-Id: I5267a32b99aa88cd73f33fe045d67579442f9932 Reviewed-by: Bernd Weimer <bweimer@rim.com> Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
-rw-r--r--src/multimedia/doc/src/blackberry.qdoc10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/multimedia/doc/src/blackberry.qdoc b/src/multimedia/doc/src/blackberry.qdoc
index 2599bb560..a751cc00e 100644
--- a/src/multimedia/doc/src/blackberry.qdoc
+++ b/src/multimedia/doc/src/blackberry.qdoc
@@ -46,6 +46,8 @@ The QtMultimedia BlackBerry backend uses mmrenderer for media playback.
For the positional audio classes in the \l {Positional Audio} {QtAudioEngine} QML
module, OpenAL is used as on all other platforms.
+For recording videos and taking photos, the camapi library is used.
+
\section1 Supported Features
Playback of audio and video with QMediaPlayer and related classes is supported.
@@ -64,6 +66,12 @@ no effect.
The \l {Positional Audio} {QtAudioEngine} QML module is fully supported, as it is based on OpenAL which is available
in BB10.
+The \l {camera} {QCamera} support includes recording of videos and taking photos. The viewfinder
+is available through QCameraViewfinder and the VideoOutput QML element.
+
+Note: To use the camera on BB10, your application needs the 'access_shared', 'use_camera' and 'record_audio'
+permissions set in the bar-descriptor.xml file.
+
\section1 Unsupported Features
Low-latency output and input of raw audio samples with QAudioOutput, QAudioInput and related classes is
@@ -74,5 +82,5 @@ QMediaPlayer does not support QIODevice-based streaming sources. However, stream
an HTTP URL as the source does work. In addition, QMediaPlayer does not yet provide metadata like
the artist and album of the current track.
-Camera, radio and audio and video recording are not yet supported.
+Radio and audio recording are not yet supported.
*/