|
| SampleStream (const char *filename, int numChannels, int bufferLength) |
|
int | openFile (const char *filename, int numChannels, int bufferLength) |
|
void | fillBuffer () |
|
void | processFrame () |
|
float | getSample (int channel) |
|
int | bufferNeedsFilled () |
|
void | togglePlayback () |
|
void | togglePlaybackWithFade (float fadeLengthInSeconds) |
|
void | togglePlayback (int toggle) |
|
void | togglePlaybackWithFade (int toggle, float fadeLengthInSeconds) |
|
int | isPlaying () |
|
The documentation for this class was generated from the following files:
- examples/Audio/sample-streamer-multi/SampleStream.h
- examples/Audio/sample-streamer-multi/SampleStream.cpp