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

Public Member Functions | |
| AUD_LoopFactory (AUD_Reference< AUD_IFactory > factory, int loop=-1) | |
| int | getLoop () const |
| virtual AUD_Reference < AUD_IReader > | createReader () |
This factory loops another factory.
Definition at line 39 of file AUD_LoopFactory.h.
| AUD_LoopFactory::AUD_LoopFactory | ( | AUD_Reference< AUD_IFactory > | factory, |
| int | loop = -1 |
||
| ) |
Creates a new loop factory.
| factory | The input factory. |
| loop | The desired loop count, negative values result in endless looping. |
Definition at line 33 of file AUD_LoopFactory.cpp.
| AUD_Reference< AUD_IReader > AUD_LoopFactory::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 44 of file AUD_LoopFactory.cpp.
References AUD_EffectFactory::getReader().
| int AUD_LoopFactory::getLoop | ( | ) | const |
Returns the loop count.
Definition at line 39 of file AUD_LoopFactory.cpp.