#include <resampler.hpp>
Inheritance diagram for Resampler:
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 () |
|
Definition at line 6 of file resampler.cpp. |
|
Definition at line 20 of file resampler.cpp. |
|
Reimplemented from ISampleSource. Definition at line 27 of file resampler.cpp. |
|
Reimplemented from ISampleSource. Definition at line 37 of file resampler.cpp. |
|
Reimplemented from ISampleSource. Definition at line 82 of file resampler.cpp. |