#include <repeatable.hpp>
Inheritance diagram for RepeatableStream:
Public Methods | |
RepeatableStream (ISampleSource *source, bool initial_state) | |
~RepeatableStream () | |
void | SetRepeat (bool repeat) |
bool | GetRepeat () |
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 repeatable.cpp. |
|
Definition at line 19 of file repeatable.cpp. |
|
Reimplemented from ISampleSource. Definition at line 43 of file repeatable.cpp. |
|
Definition at line 35 of file repeatable.cpp. Referenced by Stream::IsRepeating().
|
|
Reimplemented from ISampleSource. Definition at line 54 of file repeatable.cpp. |
|
Reimplemented from ISampleSource. Definition at line 92 of file repeatable.cpp. Referenced by Stream::Reset().
|
|
Definition at line 27 of file repeatable.cpp. Referenced by Stream::SetRepeat().
|