1649 only audio playback fails for a media source which also has video. |
1649 only audio playback fails for a media source which also has video. |
1650 A \l{Phonon::}{FatalError} indicates that Phonon cannot continue |
1650 A \l{Phonon::}{FatalError} indicates that Phonon cannot continue |
1651 playback of the current source, but it is possible to try with a |
1651 playback of the current source, but it is possible to try with a |
1652 different one. A user readable error message is given by |
1652 different one. A user readable error message is given by |
1653 errorString(). |
1653 errorString(). |
|
1654 \section1 Symbian Platform Security Requirements |
|
1655 |
|
1656 On Symbian, processes which access media via the network must |
|
1657 have the \c NetworkServices platform security capability. If the client |
|
1658 process lacks this capability, operations will result in errors. |
|
1659 This failure is indicated by a state() of Phonon::ErrorState. |
|
1660 |
|
1661 Platform security capabilities are added via the |
|
1662 \l{qmake-variable-reference.html#target-capability}{TARGET.CAPABILITY} |
|
1663 qmake variable. |
1654 |
1664 |
1655 \sa Phonon::MediaSource, Phonon::AudioOutput, VideoWidget, |
1665 \sa Phonon::MediaSource, Phonon::AudioOutput, VideoWidget, |
1656 {Music Player Example}, {Phonon Overview}, Phonon::VideoPlayer, |
1666 {Music Player Example}, {Phonon Overview}, Phonon::VideoPlayer, |
1657 Phonon::createPlayer(), {Phonon Module} |
1667 Phonon::createPlayer(), {Phonon Module} |
1658 |
1668 |