|
Blender
V2.59
|
#include <AUD_SilenceFactory.h>

Public Member Functions | |
| AUD_SilenceFactory () | |
| virtual AUD_IReader * | createReader () const |
This factory creates a reader that plays a sine tone.
Definition at line 40 of file AUD_SilenceFactory.h.
| AUD_SilenceFactory::AUD_SilenceFactory | ( | ) |
Creates a new silence factory.
Definition at line 36 of file AUD_SilenceFactory.cpp.
| AUD_IReader * AUD_SilenceFactory::createReader | ( | ) | const [virtual] |
Creates a reader for playback of the sound source.
| AUD_Exception | An exception may be thrown if there has been a more unexpected error during reader creation. |
Implements AUD_IFactory.
Definition at line 40 of file AUD_SilenceFactory.cpp.