diff options
author | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2009-11-04 10:38:41 (GMT) |
---|---|---|
committer | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2009-11-04 10:48:49 (GMT) |
commit | f4f6012d181cf60fd04fc5bf69b21786977f0de0 (patch) | |
tree | 601cd20b8b070d79ebf61540d4c58af13a1f4937 /src/3rdparty/phonon/mmf/audioplayer.h | |
parent | d319fccebfd5f2e7175945275ffc3e73240d766c (diff) | |
download | Qt-f4f6012d181cf60fd04fc5bf69b21786977f0de0.zip Qt-f4f6012d181cf60fd04fc5bf69b21786977f0de0.tar.gz Qt-f4f6012d181cf60fd04fc5bf69b21786977f0de0.tar.bz2 |
Implemented metadata handling in Phonon MMF backend
Task-number: QTBUG-4662
Reviewed-by: Frans Englich
Diffstat (limited to 'src/3rdparty/phonon/mmf/audioplayer.h')
-rw-r--r-- | src/3rdparty/phonon/mmf/audioplayer.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/3rdparty/phonon/mmf/audioplayer.h b/src/3rdparty/phonon/mmf/audioplayer.h index 60ef436..bc60076 100644 --- a/src/3rdparty/phonon/mmf/audioplayer.h +++ b/src/3rdparty/phonon/mmf/audioplayer.h @@ -94,6 +94,10 @@ public: private: void construct(); + // AbstractMediaPlayer + virtual int numberOfMetaDataEntries() const; + virtual QPair<QString, QString> metaDataEntry(int index) const; + private: /** * Using CPlayerType typedef in order to be able to easily switch between |