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

Public Member Functions | |
| AUD_PitchFactory (AUD_IFactory *factory, float pitch) | |
| virtual AUD_IReader * | createReader () const |
This factory changes the pitch of another factory.
Definition at line 40 of file AUD_PitchFactory.h.
| AUD_PitchFactory::AUD_PitchFactory | ( | AUD_IFactory * | factory, |
| float | pitch | ||
| ) |
Creates a new pitch factory.
| factory | The input factory. |
| pitch | The desired pitch. |
Definition at line 36 of file AUD_PitchFactory.cpp.
| AUD_IReader * AUD_PitchFactory::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 42 of file AUD_PitchFactory.cpp.
References AUD_EffectFactory::getReader().