![]() |
Blender V2.61 - r43446
|
#include <AUD_PingPongFactory.h>

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