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/defs.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/defs.h')
-rw-r--r-- | src/3rdparty/phonon/mmf/defs.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/3rdparty/phonon/mmf/defs.h b/src/3rdparty/phonon/mmf/defs.h index d31cabb..0f2f31f 100644 --- a/src/3rdparty/phonon/mmf/defs.h +++ b/src/3rdparty/phonon/mmf/defs.h @@ -27,7 +27,13 @@ namespace Phonon { static const qint32 DefaultTickInterval = 20; static const qreal InitialVolume = 0.5; - + + enum MediaType + { + MediaTypeUnknown, + MediaTypeAudio, + MediaTypeVideo + }; } } |