summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/mmf/defs.h
diff options
context:
space:
mode:
authorGareth Stockwell <gareth.stockwell@sosco.com>2009-08-25 07:46:08 (GMT)
committerGareth Stockwell <gareth.stockwell@sosco.com>2009-08-25 07:46:08 (GMT)
commitca8f0c669142d27091873c108ffe21b4285e3087 (patch)
tree74bee27be06d17007b9e589c6bc3aaf668aab69a /src/3rdparty/phonon/mmf/defs.h
parentd4efe766d35aa8150f67f67cd16cfc00ba4f9723 (diff)
downloadQt-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.h8
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
+ };
}
}