You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdemultimedia/akode_artsplugin/akodearts.idl

31 lines
616 B

#include <kmedia2.idl>
#include <soundserver.idl>
interface akodePlayObject : Arts::StreamPlayObject, Arts::SynthModule, Arts::PitchablePlayObject
{
async in byte stream indata;
out audio stream left, right;
};
interface akodeMPCPlayObject : akodePlayObject
{};
interface akodeMPEGPlayObject : akodePlayObject
{};
interface akodeFFMPEGPlayObject : akodePlayObject
{};
interface akodeXiphPlayObject : akodePlayObject
{};
interface akodeFAADPlayObject : akodePlayObject
{};
interface akodeVorbisStreamPlayObject : akodePlayObject
{};
interface akodeSpeexStreamPlayObject : akodePlayObject
{};