diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-04-12 18:30:24 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-04-12 18:30:24 (GMT) |
commit | 2044890bb807dc5879d7cbb1863c56c64249c3ef (patch) | |
tree | 33b400e53b71ccd6ac5ea0da41cb9285aafaa988 /doc/src/classes/phonon-api.qdoc | |
parent | 0ef6bb1dfadf8e83f20e2282ff4a73a466b3de87 (diff) | |
parent | 1db8232bd50874b3db16031b9c8ef13984bf32dd (diff) | |
download | Qt-2044890bb807dc5879d7cbb1863c56c64249c3ef.zip Qt-2044890bb807dc5879d7cbb1863c56c64249c3ef.tar.gz Qt-2044890bb807dc5879d7cbb1863c56c64249c3ef.tar.bz2 |
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integration
* '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public:
Fixed app freeze if switching to offline in middle of HTTP transaction.
Document Symbian platform security requirements on Qt APIs
Fixed app freeze if switching to offline in middle of HTTP transaction.
Removed QtDeclarative.dll deployment from qt.iby in 4.6 branch.
Don't build QtXmlPatterns' command line tools on Symbian.
Diffstat (limited to 'doc/src/classes/phonon-api.qdoc')
-rw-r--r-- | doc/src/classes/phonon-api.qdoc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/src/classes/phonon-api.qdoc b/doc/src/classes/phonon-api.qdoc index 98df89d..641b936 100644 --- a/doc/src/classes/phonon-api.qdoc +++ b/doc/src/classes/phonon-api.qdoc @@ -1651,6 +1651,16 @@ playback of the current source, but it is possible to try with a different one. A user readable error message is given by errorString(). + \section1 Symbian Platform Security Requirements + + On Symbian, processes which access media via the network must + have the \c NetworkServices platform security capability. If the client + process lacks this capability, operations will result in errors. + This failure is indicated by a state() of Phonon::ErrorState. + + Platform security capabilities are added via the + \l{qmake-variable-reference.html#target-capability}{TARGET.CAPABILITY} + qmake variable. \sa Phonon::MediaSource, Phonon::AudioOutput, VideoWidget, {Music Player Example}, {Phonon Overview}, Phonon::VideoPlayer, |