|
|
This class implements AudioWriterInterface for the audio device.
|
Constructor.
Parameters:
name | Name of the audio device (normally "/dev/dsp"). |
~ |
Destructor.
inline cardinal |
[const]
Get number of times, sync() has been called.
Returns: Number of times, sync() has been called.
inline void |
Reset number of times, sync() has been called.
card16 |
[const]
getSamplingRate() Implementation of AudioQualityInterface.
Reimplemented from AudioQualityInterface.
card8 |
[const]
getBits() Implementation of AudioQualityInterface.
Reimplemented from AudioQualityInterface.
card8 |
[const]
getChannels() Implementation of AudioQualityInterface.
Reimplemented from AudioQualityInterface.
card16 |
[const]
getByteOrder() Implementation of AudioQualityInterface.
Reimplemented from AudioQualityInterface.
cardinal |
[const]
getBytesPerSecond() Implementation of AudioQualityInterface.
Reimplemented from AudioQualityInterface.
cardinal |
[const]
getBitsPerSample() Implementation of AudioQualityInterface.
Reimplemented from AudioQualityInterface.
card16 |
setSamplingRate() Implementation of AdjustableAudioQualityInterface.
Reimplemented from AdjustableAudioQualityInterface.
card8 |
setBits() Implementation of AdjustableAudioQualityInterface.
Reimplemented from AdjustableAudioQualityInterface.
card8 |
setChannels() Implementation of AdjustableAudioQualityInterface.
Reimplemented from AdjustableAudioQualityInterface.
card16 |
setByteOrder() Implementation of AdjustableAudioQualityInterface.
Reimplemented from AdjustableAudioQualityInterface.
bool |
[const]
ready() implementation of AudioWriterInterface
Reimplemented from AudioWriterInterface.
void |
sync() implementation of AudioWriterInterface
Reimplemented from AudioWriterInterface.
bool |
write() implementation of AudioWriterInterface
Reimplemented from AudioWriterInterface.
static const integer |
Buffer fill threshold to flush trigger buffer (in percent).
static const integer |
Buffer fill threshold to cut off one fragment of each written block (in percent).