Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

Resampler Class Reference

#include <resampler.hpp>

Inheritance diagram for Resampler:

Inheritance graph
[legend]
Collaboration diagram for Resampler:

Collaboration graph
[legend]
List of all members.

Public Methods

 Resampler (ISampleSource *source)
 ~Resampler ()
void GetFormat (int &channel_count, int &sample_rate, int &bits_per_sample)
int Read (int sample_count, void *samples)
bool Reset ()

Constructor & Destructor Documentation

Resampler::Resampler ( ISampleSource * source )
 

Definition at line 6 of file resampler.cpp.

Resampler::~Resampler ( )
 

Definition at line 20 of file resampler.cpp.


Member Function Documentation

void Resampler::GetFormat ( int & channel_count,
int & sample_rate,
int & bits_per_sample ) [virtual]
 

Reimplemented from ISampleSource.

Definition at line 27 of file resampler.cpp.

int Resampler::Read ( int sample_count,
void * samples ) [virtual]
 

Reimplemented from ISampleSource.

Definition at line 37 of file resampler.cpp.

bool Resampler::Reset ( ) [virtual]
 

Reimplemented from ISampleSource.

Definition at line 82 of file resampler.cpp.


The documentation for this class was generated from the following files:
Generated at Mon Jun 10 02:55:29 2002 for audiere by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001