diff options
author | Gareth Stockwell <gareth.stockwell@sosco.com> | 2009-08-25 07:46:08 (GMT) |
---|---|---|
committer | Gareth Stockwell <gareth.stockwell@sosco.com> | 2009-08-25 07:46:08 (GMT) |
commit | ca8f0c669142d27091873c108ffe21b4285e3087 (patch) | |
tree | 74bee27be06d17007b9e589c6bc3aaf668aab69a /src/3rdparty/phonon/mmf/mediaobject.h | |
parent | d4efe766d35aa8150f67f67cd16cfc00ba4f9723 (diff) | |
download | Qt-ca8f0c669142d27091873c108ffe21b4285e3087.zip Qt-ca8f0c669142d27091873c108ffe21b4285e3087.tar.gz Qt-ca8f0c669142d27091873c108ffe21b4285e3087.tar.bz2 |
Implemented Backend::availableMimeTypes
Diffstat (limited to 'src/3rdparty/phonon/mmf/mediaobject.h')
-rw-r--r-- | src/3rdparty/phonon/mmf/mediaobject.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/3rdparty/phonon/mmf/mediaobject.h b/src/3rdparty/phonon/mmf/mediaobject.h index 130b7e1..99223c3 100644 --- a/src/3rdparty/phonon/mmf/mediaobject.h +++ b/src/3rdparty/phonon/mmf/mediaobject.h @@ -27,6 +27,7 @@ along with this library. If not, see <http://www.gnu.org/licenses/>. // For recognizer #include <apgcli.h> +#include "defs.h" #include "volumeobserver.h" namespace Phonon @@ -88,9 +89,7 @@ namespace Phonon void createPlayer(const MediaSource &source); bool openRecognizer(); - // Audio / video media type recognition - enum MediaType { MediaTypeUnknown, MediaTypeAudio, MediaTypeVideo }; - MediaType mimeTypeToMediaType(const TDesC& mimeType); + // Audio / video media type recognition MediaType fileMediaType(const QString& fileName); // TODO: urlMediaType function |