Remove unimplemented BG playback feature.
Prototype that wasn't implemented should be removed for 5.0. Change-Id: I3b90658ad8dc0b64003a5bb741fc3c93c7d87dff Reviewed-by: Ling Hu <ling.hu@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
34f2494df1
commit
cb39035162
@@ -70,8 +70,7 @@ public:
|
||||
LowLatencyPlayback = 0x01,
|
||||
RecordingSupport = 0x02,
|
||||
StreamPlayback = 0x04,
|
||||
VideoSurface = 0x08,
|
||||
BackgroundPlayback = 0x10,
|
||||
VideoSurface = 0x08
|
||||
};
|
||||
Q_DECLARE_FLAGS(Features, Feature)
|
||||
|
||||
@@ -177,13 +176,6 @@ public:
|
||||
*/
|
||||
#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
|
||||
Required Controls: QAudioDeviceControl
|
||||
|
||||
Reference in New Issue
Block a user