diff options
author | Frans Englich <frans.englich@nokia.com> | 2009-09-18 13:20:01 (GMT) |
---|---|---|
committer | Frans Englich <frans.englich@nokia.com> | 2009-09-23 12:39:32 (GMT) |
commit | 025a30273124845bafe827065894264c4352d8b2 (patch) | |
tree | ace7c3d007c4c325a9caaf0fe76d0ef8304a2575 /doc/src/platforms | |
parent | fcd7649d90f27414900e42a07ec603d1f7509962 (diff) | |
download | Qt-025a30273124845bafe827065894264c4352d8b2.zip Qt-025a30273124845bafe827065894264c4352d8b2.tar.gz Qt-025a30273124845bafe827065894264c4352d8b2.tar.bz2 |
Document Phonon support in Symbian.
Reviewed-by: David Boddie
Diffstat (limited to 'doc/src/platforms')
-rw-r--r-- | doc/src/platforms/platform-notes.qdoc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/src/platforms/platform-notes.qdoc b/doc/src/platforms/platform-notes.qdoc index e79b2f4..048eb48 100644 --- a/doc/src/platforms/platform-notes.qdoc +++ b/doc/src/platforms/platform-notes.qdoc @@ -411,6 +411,24 @@ For information about mixing exceptions with symbian leaves, see \l{Exception Safety with Symbian} + + \section1 Multimedia and Phonon Support + + Qt provides a backend for Qt's multimedia module, Phonon, which supports + video and sound playback through Symbian's Multimedia Framework, MMF. + + In this release the support is experimental. Video playback may have + flickering issues, and support for effects and playback queueing is + incomplete. + + The audio and video formats that Phonon supports depends on what support + the platform provides for MMF. The emulator is known to have limited + codec support. + + In addition, there exists a backend for the Helix framework. However, due + to it not shipping with Qt, its availability depends on the Symbian + platform in use. If available, it is loaded instead of the MMF plugin. + */ /*! |