class AudioNull

Audio Null. More...

Full nameCoral::AudioNull
Definition#include <audionull.h>
InheritsCoral::AudioQuality, Coral::AudioWriterInterface [virtual public]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

This class implements a dummy AudioWriterInterface.

 AudioNull ()

Constructor.

AudioNull ()

Destructor.

bool  ready ()

[const]

ready() implementation of AudioWriterInterface

Reimplemented from AudioWriterInterface.

void  sync ()

sync() implementation of AudioWriterInterface

Reimplemented from AudioWriterInterface.

bool  write (const void* data, const size_t length)

write() implementation of AudioWriterInterface

Reimplemented from AudioWriterInterface.