Blender V2.61 - r43446
|
#include <AUD_PitchFactory.h>
Public Member Functions | |
AUD_PitchFactory (AUD_Reference< AUD_IFactory > factory, float pitch) | |
virtual AUD_Reference < AUD_IReader > | createReader () |
This factory changes the pitch of another factory.
Definition at line 38 of file AUD_PitchFactory.h.
AUD_PitchFactory::AUD_PitchFactory | ( | AUD_Reference< AUD_IFactory > | factory, |
float | pitch | ||
) |
Creates a new pitch factory.
factory | The input factory. |
pitch | The desired pitch. |
Definition at line 34 of file AUD_PitchFactory.cpp.
AUD_Reference< AUD_IReader > AUD_PitchFactory::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 40 of file AUD_PitchFactory.cpp.
References AUD_EffectFactory::getReader().