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

Public Member Functions | |
| AUD_SumFactory (AUD_IFactory *factory) | |
| virtual AUD_IReader * | createReader () const |
This factory creates a sum reader.
Definition at line 40 of file AUD_SumFactory.h.
| AUD_SumFactory::AUD_SumFactory | ( | AUD_IFactory * | factory | ) |
Creates a new sum factory.
| factory | The input factory. |
Definition at line 35 of file AUD_SumFactory.cpp.
| AUD_IReader * AUD_SumFactory::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_SumFactory.cpp.
References AUD_EffectFactory::getReader().