summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/mpeg/source/mpeg_shared/Receiver.idl
blob: 2694255c141fc8fe23565f0dea2322b55e572b89 (plain)
1
2
3
4
5
6
7
8
/* _*_C++_*_ */

// $Id$
interface Receiver
{
  void push_audio_mmdevice (in Object mmdevice,
                            in string audio_file);
};