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

Public Member Functions | |
| AUD_SuperposeFactory (AUD_IFactory *factory1, AUD_IFactory *factory2) | |
| virtual AUD_IReader * | createReader () const |
This factory plays two other factories behind each other.
Definition at line 41 of file AUD_SuperposeFactory.h.
| AUD_SuperposeFactory::AUD_SuperposeFactory | ( | AUD_IFactory * | factory1, |
| AUD_IFactory * | factory2 | ||
| ) |
Creates a new superpose factory.
| factory1 | The first input factory. |
| factory2 | The second input factory. |
Definition at line 35 of file AUD_SuperposeFactory.cpp.
| AUD_IReader * AUD_SuperposeFactory::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_SuperposeFactory.cpp.
References AUD_IFactory::createReader().