#include <input_wav.hpp>
Inheritance diagram for WAVInputStream:
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 () |
|
Definition at line 28 of file input_wav.cpp. |
|
Definition at line 44 of file input_wav.cpp. |
|
Reimplemented from ISampleSource. Definition at line 90 of file input_wav.cpp. |
|
Definition at line 53 of file input_wav.cpp. |
|
Reimplemented from ISampleSource. Definition at line 103 of file input_wav.cpp. |
|
Reimplemented from ISampleSource. Definition at line 129 of file input_wav.cpp. |