|
|
This class implements AudioWriterInterface for a set of AudioWriterInterfaces. Example: AudioDevice + AudioDebug + SpectrumAnalyzer.
|
Constructor.
~ |
Destructor.
bool |
Add new AudioWriterInferface to writer set.
Parameters:
writer | AudioWriterInterface object. |
Returns: true, if writer has been added; false otherwise.
void |
Remove AudioWriterInterface object from writer set.
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.
card16 |
setSamplingRate() Implementation of AudioQualityInterface.
Reimplemented from AdjustableAudioQualityInterface.
card8 |
setBits() Implementation of AudioQualityInterface.
Reimplemented from AdjustableAudioQualityInterface.
card8 |
setChannels() Implementation of AudioQualityInterface.
Reimplemented from AdjustableAudioQualityInterface.
card16 |
setByteOrder() Implementation of AudioQualityInterface.
Reimplemented from AdjustableAudioQualityInterface.
cardinal |
[const]
getBytesPerSecond() Implementation of AudioQualityInterface.
Reimplemented from AudioQualityInterface.
cardinal |
[const]
getBitsPerSample() Implementation of AudioQualityInterface.
Reimplemented from AudioQualityInterface.
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.