summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoann Lopes <yoann.lopes@digia.com>2013-11-27 17:08:29 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-01 12:53:38 +0100
commite4e366ef8a0df934f5bb445ef5b2f79accaafc28 (patch)
treea66ebd50ff81d87fa47c3a7af392af9268a9612a
parent75429f7eddea92fcd9577cce8e3e75edb64c4f73 (diff)
Added platform notes for Qt Multimedia on Android.v5.2.0
Task-number: QTBUG-35075 Change-Id: I3840d048788321bef4fe655bef685af5b075d9ac Reviewed-by: Lars Knoll <lars.knoll@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
-rw-r--r--doc/src/platforms/platform-notes-android.qdoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/src/platforms/platform-notes-android.qdoc b/doc/src/platforms/platform-notes-android.qdoc
index 011a1a2e6..13b5e22cb 100644
--- a/doc/src/platforms/platform-notes-android.qdoc
+++ b/doc/src/platforms/platform-notes-android.qdoc
@@ -134,6 +134,15 @@
\note Embedding a QGLWidget inside a widget hierarchy is not supported. When QGLWidget is in use,
it must be the top-level widget.
+ \section1 Multimedia Special Considerations
+
+ \l{Qt Multimedia}, like the rest of Qt, supports Android versions 2.3.3 (API level 10) or later.
+ There is however an exception for video output which requires Android versions 3.0 (API level 11)
+ or later. This affects camera preview and video player features.
+
+ Additionally, the \l{Qt Multimedia Widgets} module is not supported on Android, which means
+ video display is only available using the VideoOutput and \l{QtMultimedia::Video}{Video} QML items.
+
\section1 Assets File System
Qt for Android provides a special, virtual file system which is based on the \e assets mechanism