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