summaryrefslogtreecommitdiffstats
path: root/mpeglib_artsplug/splayPlayObject.idl
blob: 51aa277d5fe84ea60195d5cf7854fa54a728ab61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include "kmedia2.idl"
#include "artsflow.idl"

/* the interfaces below are not kept binary compatible */

interface SplayPlayObject : Arts::StreamPlayObject, Arts::SynthModule
{
  async in byte stream indata;

  out audio stream left,right;

};