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
| 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. |