Blender  V2.59
Public Member Functions
AUD_PitchReader Class Reference

#include <AUD_PitchReader.h>

Inheritance diagram for AUD_PitchReader:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 AUD_PitchReader (AUD_IReader *reader, float pitch)
virtual AUD_Specs getSpecs () const

Detailed Description

This class reads another reader and changes it's pitch.

Definition at line 40 of file AUD_PitchReader.h.


Constructor & Destructor Documentation

AUD_PitchReader::AUD_PitchReader ( AUD_IReader reader,
float  pitch 
)

Creates a new pitch reader.

Parameters:
readerThe reader to read from.
pitchThe size of the buffer.

Definition at line 34 of file AUD_PitchReader.cpp.


Member Function Documentation

AUD_Specs AUD_PitchReader::getSpecs ( ) const [virtual]

Returns the specification of the reader.

Returns:
The AUD_Specs structure.

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.


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