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

Public Member Functions | |
| AUD_PingPongFactory (AUD_IFactory *factory) | |
| virtual AUD_IReader * | createReader () const |
This factory plays another factory first normal, then reversed.
Definition at line 41 of file AUD_PingPongFactory.h.
| AUD_PingPongFactory::AUD_PingPongFactory | ( | AUD_IFactory * | factory | ) |
Creates a new ping pong factory.
| factory | The input factory. |
Definition at line 36 of file AUD_PingPongFactory.cpp.
| AUD_IReader * AUD_PingPongFactory::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 41 of file AUD_PingPongFactory.cpp.
References AUD_ReverseFactory::createReader(), AUD_EffectFactory::getReader(), and AUD_EffectFactory::m_factory.