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

Public Member Functions | |
| AUD_RectifyFactory (AUD_IFactory *factory) | |
| virtual AUD_IReader * | createReader () const |
This factory rectifies another factory.
Definition at line 40 of file AUD_RectifyFactory.h.
| AUD_RectifyFactory::AUD_RectifyFactory | ( | AUD_IFactory * | factory | ) |
Creates a new rectify factory.
| factory | The input factory. |
Definition at line 42 of file AUD_RectifyFactory.cpp.
| AUD_IReader * AUD_RectifyFactory::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 47 of file AUD_RectifyFactory.cpp.
References AUD_EffectFactory::getReader(), and rectifyFilter().