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

Public Member Functions | |
| AUD_PitchReader (AUD_IReader *reader, float pitch) | |
| virtual AUD_Specs | getSpecs () const |
This class reads another reader and changes it's pitch.
Definition at line 40 of file AUD_PitchReader.h.
| AUD_PitchReader::AUD_PitchReader | ( | AUD_IReader * | reader, |
| float | pitch | ||
| ) |
Creates a new pitch reader.
| reader | The reader to read from. |
| pitch | The size of the buffer. |
Definition at line 34 of file AUD_PitchReader.cpp.
| AUD_Specs AUD_PitchReader::getSpecs | ( | ) | const [virtual] |
Returns the specification of the reader.
Reimplemented from AUD_EffectReader.
Definition at line 39 of file AUD_PitchReader.cpp.
References AUD_IReader::getSpecs(), AUD_EffectReader::m_reader, and AUD_Specs::rate.