interface SimpleSoundServer

This is a very simple sound server interface More...

Full nameArts::SimpleSoundServer
Definition#include <arts/soundserver.idl>
InheritsArts::PlayObjectFactory
Inherited bySoundServer, SoundServerV2
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Public Members


Detailed Description

This is a very simple sound server interface

WARNING: This currently inherits a KMedia2 PlayObjectFactory for test purposes, but don't rely on that

readonly attribute StereoEffectStack outstack

outstack

long  play (string filename)

play

tries to play the sound in "filename"

returns an ID when success 0 when it fails

readonly attribute float minStreamBufferTime

minStreamBufferTime

readonly attribute float serverBufferTime

serverBufferTime

void  attach (ByteSoundProducer producer)

attach

attaches a byte sound producer (read: a client which produces/mixes an audio stream itself and just wants playback via the soundserver)

void  detach (ByteSoundProducer producer)

detach

detaches a previous attached byte sound producer

object  createObject (string name)

createObject


Generated by: stefan on stefan on Sat Jun 2 23:13:43 2001, using kdoc 2.0a53.