RTP Audio System
2.0.0
|
Audio Null. More...
#include <audionull.h>
Public Member Functions | |
AudioNull () | |
~AudioNull () | |
bool | ready () const |
void | sync () |
bool | write (const void *data, const size_t length) |
Constructor.
Destructor.
bool AudioNull::ready | ( | ) | const [virtual] |
ready() implementation of AudioWriterInterface
Implements AudioWriterInterface.
void AudioNull::sync | ( | ) | [virtual] |
sync() implementation of AudioWriterInterface
Implements AudioWriterInterface.
bool AudioNull::write | ( | const void * | data, |
const size_t | length | ||
) | [virtual] |
write() implementation of AudioWriterInterface
Implements AudioWriterInterface.