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

WAVInputStream Class Reference

#include <input_wav.hpp>

Inheritance diagram for WAVInputStream:

Inheritance graph
[legend]
Collaboration diagram for WAVInputStream:

Collaboration graph
[legend]
List of all members.

Public Methods

 WAVInputStream ()
 ~WAVInputStream ()
bool Initialize (IFile *file)
void GetFormat (int &channel_count, int &sample_rate, int &bits_per_sample)
int Read (int sample_count, void *samples)
bool Reset ()

Constructor & Destructor Documentation

WAVInputStream::WAVInputStream ( )
 

Definition at line 28 of file input_wav.cpp.

WAVInputStream::~WAVInputStream ( )
 

Definition at line 44 of file input_wav.cpp.


Member Function Documentation

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

Reimplemented from ISampleSource.

Definition at line 90 of file input_wav.cpp.

bool WAVInputStream::Initialize ( IFile * file )
 

Definition at line 53 of file input_wav.cpp.

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

Reimplemented from ISampleSource.

Definition at line 103 of file input_wav.cpp.

bool WAVInputStream::Reset ( ) [virtual]
 

Reimplemented from ISampleSource.

Definition at line 129 of file input_wav.cpp.


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