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

ISampleSource Class Reference

#include <input.hpp>

Inheritance diagram for ISampleSource:

Inheritance graph
[legend]
List of all members.

Public Methods

 ~ISampleSource ()
virtual void GetFormat (int &channel_count, int &sample_rate, int &bits_per_sample)=0
virtual int Read (int sample_count, void *samples)=0
virtual bool Reset ()=0

Constructor & Destructor Documentation

ISampleSource::~ISampleSource ( ) [inline]
 

Definition at line 13 of file input.hpp.


Member Function Documentation

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

Reimplemented in MODInputStream, OGGInputStream, WAVInputStream, Mixer, RepeatableStream, and Resampler.

Referenced by RepeatableStream::GetFormat(), DSOutputContext::OpenStream(), RepeatableStream::RepeatableStream(), and Resampler::Resampler().

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

Reimplemented in MODInputStream, OGGInputStream, WAVInputStream, Mixer, RepeatableStream, and Resampler.

Referenced by RepeatableStream::Read(), and DSOutputStream::StreamRead().

bool ISampleSource::Reset ( ) [pure virtual]
 

Reimplemented in MODInputStream, OGGInputStream, WAVInputStream, Mixer, RepeatableStream, and Resampler.

Referenced by RepeatableStream::Read(), Resampler::Reset(), RepeatableStream::Reset(), DSOutputStream::Reset(), and DSOutputStream::Update().


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