diff options
Diffstat (limited to 'audiofile_artsplugin/audiofilearts.idl')
-rw-r--r-- | audiofile_artsplugin/audiofilearts.idl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audiofile_artsplugin/audiofilearts.idl b/audiofile_artsplugin/audiofilearts.idl new file mode 100644 index 00000000..6532c0e7 --- /dev/null +++ b/audiofile_artsplugin/audiofilearts.idl @@ -0,0 +1,12 @@ +#include <kmedia2.idl> +#include <soundserver.idl> + +module Arts +{ + +interface audiofilePlayObject : PlayObject, SynthModule, PitchablePlayObject +{ + out audio stream left, right; +}; + +}; |