diff options
author | Geir Vattekar <geir.vattekar@trolltech.com> | 2009-06-30 15:04:36 (GMT) |
---|---|---|
committer | Geir Vattekar <geir.vattekar@trolltech.com> | 2009-06-30 15:04:36 (GMT) |
commit | 5d40eff80123b2739987fbf7fc720b0c6ad91226 (patch) | |
tree | 9777a6fdebb31312810ed9f5202b09eefd40e5f1 | |
parent | 79ea2c5956f0200fc8754f82b83ca8433c11008a (diff) | |
download | Qt-5d40eff80123b2739987fbf7fc720b0c6ad91226.zip Qt-5d40eff80123b2739987fbf7fc720b0c6ad91226.tar.gz Qt-5d40eff80123b2739987fbf7fc720b0c6ad91226.tar.bz2 |
Doc: Said which formats we support for a QIODevice driven MediaSource
Task-number: 253902
Reviewed-by: Thierry Bastian
-rw-r--r-- | doc/src/phonon-api.qdoc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/src/phonon-api.qdoc b/doc/src/phonon-api.qdoc index 9d49c3f..66314de 100644 --- a/doc/src/phonon-api.qdoc +++ b/doc/src/phonon-api.qdoc @@ -1114,6 +1114,11 @@ \note Sequential devices can also be used, but MediaObject::isSeekable() will return false as a result. + \warning On Windows, we only support \l{QIODevice}s containing the + \c avi, \c mp3, or \c mpg formats. Use the constructor that takes + a file name to open files (the Qt backend does not use a QFile + internally). + \sa setAutoDelete() */ @@ -1863,7 +1868,7 @@ \snippet doc/src/snippets/code/doc_src_phonon-api.qdoc 14 - \sa currentSource() + \sa currentSource(), MediaSource */ /*! |