Blender V2.61 - r43446
Public Member Functions

AUD_PitchFactory Class Reference

#include <AUD_PitchFactory.h>

Inheritance diagram for AUD_PitchFactory:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 AUD_PitchFactory (AUD_Reference< AUD_IFactory > factory, float pitch)
virtual AUD_Reference
< AUD_IReader
createReader ()

Detailed Description

This factory changes the pitch of another factory.

Definition at line 38 of file AUD_PitchFactory.h.


Constructor & Destructor Documentation

AUD_PitchFactory::AUD_PitchFactory ( AUD_Reference< AUD_IFactory factory,
float  pitch 
)

Creates a new pitch factory.

Parameters:
factoryThe input factory.
pitchThe desired pitch.

Definition at line 34 of file AUD_PitchFactory.cpp.


Member Function Documentation

AUD_Reference< AUD_IReader > AUD_PitchFactory::createReader ( ) [virtual]

Creates a reader for playback of the sound source.

Returns:
A pointer to an AUD_IReader object or NULL if there has been an error.
Exceptions:
AUD_ExceptionAn 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().


The documentation for this class was generated from the following files: