|
|
This class implements a dummy AudioWriterInterface.
AudioNull () |
Constructor.
~AudioNull () |
Destructor.
bool ready () |
ready() implementation of AudioWriterInterface
See also: AudioWriterInterface#ready
Reimplemented from AudioWriterInterface
void sync () |
sync() implementation of AudioWriterInterface
See also: AudioWriterInterface#sync
Reimplemented from AudioWriterInterface
bool write (const void* data, const size_t length) |
write() implementation of AudioWriterInterface
See also: AudioWriterInterface#write
Reimplemented from AudioWriterInterface