diff options
Diffstat (limited to 'xine_artsplugin/xinePlayObject.idl')
-rw-r--r-- | xine_artsplugin/xinePlayObject.idl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/xine_artsplugin/xinePlayObject.idl b/xine_artsplugin/xinePlayObject.idl new file mode 100644 index 00000000..7ba429d6 --- /dev/null +++ b/xine_artsplugin/xinePlayObject.idl @@ -0,0 +1,13 @@ +#include <kmedia2.idl> +#include <soundserver.idl> + +interface xinePlayObject : Arts::PlayObject, Arts::SynthModule +{ + out audio stream left, right; +}; + +interface xineAudioPlayObject : xinePlayObject, Arts::PlayObject, Arts::SynthModule +{}; + +interface xineVideoPlayObject : xinePlayObject, Arts::PlayObject, Arts::VideoPlayObject, Arts::SynthModule +{}; |