Add a new servicename for background mediaplayer
Change-Id: I40b3670462f0b865a9e64bd2abd6d6a01db01e80 Reviewed-on: http://codereview.qt-project.org/4492 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Michael Goddard <michael.goddard@nokia.com> Reviewed-by: derick hawcroft <derick.hawcroft@nokia.com>
This commit is contained in:
@@ -136,6 +136,13 @@ public:
|
|||||||
*/
|
*/
|
||||||
#define Q_MEDIASERVICE_MEDIAPLAYER "com.nokia.qt.mediaplayer"
|
#define Q_MEDIASERVICE_MEDIAPLAYER "com.nokia.qt.mediaplayer"
|
||||||
|
|
||||||
|
/*!
|
||||||
|
Service with support for background media playback
|
||||||
|
Required Controls: QMediaPlayerControl, QMediaBackgroundPlaybackControl
|
||||||
|
Optional Controls: QMediaPlaylistControl, QAudioDeviceControl
|
||||||
|
*/
|
||||||
|
#define Q_MEDIASERVICE_BACKGROUNDMEDIAPLAYER "com.nokia.qt.backgroundmediaplayer"
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
Service with support for recording from audio sources
|
Service with support for recording from audio sources
|
||||||
Required Controls: QAudioDeviceControl
|
Required Controls: QAudioDeviceControl
|
||||||
|
|||||||
Reference in New Issue
Block a user