summaryrefslogtreecommitdiffstats
path: root/loader/dmo/dmo_guids.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader/dmo/dmo_guids.h')
-rw-r--r--loader/dmo/dmo_guids.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/loader/dmo/dmo_guids.h b/loader/dmo/dmo_guids.h
new file mode 100644
index 0000000000..3fe6d1c942
--- /dev/null
+++ b/loader/dmo/dmo_guids.h
@@ -0,0 +1,35 @@
+#ifndef DMO_GUIDS_H
+#define DMO_GUIDS_H
+
+#include "dshow/guids.h"
+
+extern const GUID IID_IMediaBuffer;
+extern const GUID IID_IMediaObject;
+extern const GUID IID_IEnumDMO;
+extern const GUID IID_IMediaObjectInPlace;
+extern const GUID IID_IDMOQualityControl;
+extern const GUID IID_IDMOVideoOutputOptimizations;
+
+/* to be removed
+extern const GUID DMOCATEGORY_AUDIO_DECODER;
+extern const GUID DMOCATEGORY_AUDIO_ENCODER;
+extern const GUID DMOCATEGORY_VIDEO_DECODER;
+extern const GUID DMOCATEGORY_VIDEO_ENCODER;
+extern const GUID DMOCATEGORY_AUDIO_EFFECT;
+extern const GUID DMOCATEGORY_VIDEO_EFFECT;
+extern const GUID DMOCATEGORY_AUDIO_CAPTURE_EFFECT;
+
+// Acoustic Echo Canceller
+// Matches KSNODETYPE_ACOUSTIC_ECHO_CANCEL
+extern const GUID DMOCATEGORY_ACOUSTIC_ECHO_CANCEL;
+
+// Noise Supression
+// Matches KSNODETYPE_AUDIO_NOISE_SUPPRESS
+extern const GUID DMOCATEGORY_AUDIO_NOISE_SUPPRESS;
+
+// Automatic Gain Control
+// Matches KSNODETYPE_AGC
+extern const GUID DMOCATEGORY_AGC;
+*/
+
+#endif