summaryrefslogtreecommitdiffstats
path: root/oggvorbis_artsplugin/oggarts.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oggvorbis_artsplugin/oggarts.idl')
-rw-r--r--oggvorbis_artsplugin/oggarts.idl12
1 files changed, 12 insertions, 0 deletions
diff --git a/oggvorbis_artsplugin/oggarts.idl b/oggvorbis_artsplugin/oggarts.idl
new file mode 100644
index 00000000..c56deac9
--- /dev/null
+++ b/oggvorbis_artsplugin/oggarts.idl
@@ -0,0 +1,12 @@
+#include <kmedia2.idl>
+#include <soundserver.idl>
+
+module Arts
+{
+
+interface oggPlayObject : PlayObject, SynthModule
+{
+ out audio stream left,right;
+};
+
+};