interface SimpleSoundServer
|
This is a very simple sound server interface
More... |
|
|
Public Methods
- long play (string filename)
- void attach (ByteSoundProducer producer)
- void detach (ByteSoundProducer producer)
- object createObject (string name)
Public Members
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
|
long play (string filename)
|
tries to play the sound in "filename"
returns an ID when success 0 when it fails
readonly attribute float minStreamBufferTime
|
readonly attribute float serverBufferTime
|
void attach (ByteSoundProducer producer)
|
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)
|
detaches a previous attached byte sound producer
object createObject (string name)
|
Generated by: stefan@stefan on Sat Feb 24 19:11:36 2001, using kdoc 2.0a47. |