~ubuntu-branches/ubuntu/hoary/kdemultimedia/hoary

« back to all changes in this revision

Viewing changes to mpeglib_artsplug/splayPlayObject.idl

  • Committer: Bazaar Package Importer
  • Author(s): Martin Schulze
  • Date: 2003-01-22 15:00:51 UTC
  • Revision ID: james.westby@ubuntu.com-20030122150051-uihwkdoxf15mi1tn
Tags: upstream-2.2.2
ImportĀ upstreamĀ versionĀ 2.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include "kmedia2.idl"
 
2
#include "artsflow.idl"
 
3
 
 
4
/* the interfaces below are not kept binary compatible */
 
5
 
 
6
interface SplayPlayObject : Arts::StreamPlayObject, Arts::SynthModule
 
7
{
 
8
  async in byte stream indata;
 
9
 
 
10
  out audio stream left,right;
 
11
 
 
12
};
 
13
 
 
14
 
 
15