From e4e366ef8a0df934f5bb445ef5b2f79accaafc28 Mon Sep 17 00:00:00 2001 From: Yoann Lopes Date: Wed, 27 Nov 2013 17:08:29 +0100 Subject: Added platform notes for Qt Multimedia on Android. Task-number: QTBUG-35075 Change-Id: I3840d048788321bef4fe655bef685af5b075d9ac Reviewed-by: Lars Knoll Reviewed-by: Jerome Pasion --- doc/src/platforms/platform-notes-android.qdoc | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- cgit v1.2.3