summaryrefslogtreecommitdiffstats
path: root/src/multimedia/platform/qplatformmediaplayer.cpp
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2021-06-11 13:40:32 +0200
committerLars Knoll <lars.knoll@qt.io>2021-06-16 10:03:10 +0200
commit634894a8a83b021386da8c2672628b0b26185ef3 (patch)
tree40ad48c0dbcc019a959d17154a11518d81b2693a /src/multimedia/platform/qplatformmediaplayer.cpp
parent57b7a6cf44fdf867abc8598b3850df962dfef029 (diff)
Get rid of QAudio::Role
This was only ever implemented to some extent for Android. Remove for now, as it's not really an important feature and can't be implemented properly on many of our platforms. Change-Id: Idc4d21c857380088ca6d10d59a0e05d192899534 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src/multimedia/platform/qplatformmediaplayer.cpp')
-rw-r--r--src/multimedia/platform/qplatformmediaplayer.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/multimedia/platform/qplatformmediaplayer.cpp b/src/multimedia/platform/qplatformmediaplayer.cpp
index 814ca7b21..21e25ec9b 100644
--- a/src/multimedia/platform/qplatformmediaplayer.cpp
+++ b/src/multimedia/platform/qplatformmediaplayer.cpp
@@ -358,24 +358,6 @@ void QPlatformMediaPlayer::error(int error, const QString &errorString)
*/
/*!
- \fn QAudio::Role QPlatformMediaPlayer::audioRole() const
-
- Returns the audio role of the media played by the media service.
-*/
-
-/*!
- \fn void QPlatformMediaPlayer::setAudioRole(QAudio::Role role)
-
- Sets the audio \a role of the media played by the media service.
-*/
-
-/*!
- \fn QList<QAudio::Role> QPlatformMediaPlayer::supportedAudioRoles() const
-
- Returns a list of audio roles that the media service supports.
-*/
-
-/*!
\fn QPlatformMediaPlayer::error(int error, const QString &errorString)
Signals that an \a error has occurred. The \a errorString provides a more detailed explanation.