interface SoundServerV2
|
This is an even more enhanced sound server interface that supports changing
the autosuspend time, and returning more information about the server
settings. More... |
|
|
Public Methods
Public Members
This is an even more enhanced sound server interface that supports changing
the autosuspend time, and returning more information about the server
settings.
| attribute long autoSuspendSeconds
| autoSuspendSeconds |
| attribute long bufferSizeMultiplier
| bufferSizeMultiplier |
| readonly attribute string audioMethod
| audioMethod |
| readonly attribute long samplingRate
| samplingRate |
| readonly attribute long channels
| channels |
| readonly attribute long bits
| bits |
| readonly attribute boolean fullDuplex
| fullDuplex |
| readonly attribute string audioDevice
| audioDevice |
| readonly attribute long fragments
| fragments |
| readonly attribute long fragmentSize
| fragmentSize |
| readonly attribute string version
| version |
| readonly attribute StereoVolumeControl outVolume
| outVolume |
| readonly attribute SampleStorage sampleStorage
| sampleStorage |
void checkNewObjects ()
| checkNewObjects |
this method checks for new object implementations (you can call this
if you have implemented and installed new components in C++ or with
artsbuilder, to make the soundserver use them without restart)
| Generated by: stefan on stefan on Sat Jun 2 23:13:43 2001, using kdoc 2.0a53. |