diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-04-14 23:59:17 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-04-14 23:59:17 (GMT) |
commit | 605f23756969110e19208466674f3c47a7f372dc (patch) | |
tree | 5783ed41c29b7e253931df3ca3d8f89959c42602 /doc/src/classes | |
parent | a8ba5e3a0909de536a2793a522749a3c0c42525e (diff) | |
parent | 9b04182107e35cd1cb924d2e98a9d099b3f8a1c5 (diff) | |
download | Qt-605f23756969110e19208466674f3c47a7f372dc.zip Qt-605f23756969110e19208466674f3c47a7f372dc.tar.gz Qt-605f23756969110e19208466674f3c47a7f372dc.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Diffstat (limited to 'doc/src/classes')
-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, |