#include <AmCachedAudioFile.h>
Inheritance diagram for AmCachedAudioFile:

Public Member Functions | |
| AmCachedAudioFile (AmFileCache *cache) | |
| void | rewind () |
| void | close () |
| bool | is_good () |
Data Fields | |
| AmSharedVar< bool > | loop |
This uses an AmFileCache instance to read the data rather than a file.
| void AmCachedAudioFile::rewind | ( | ) |
Rewind the file.
| void AmCachedAudioFile::close | ( | ) | [virtual] |
Closes the file.
Reimplemented from AmAudio.
| bool AmCachedAudioFile::is_good | ( | ) | [inline] |
everything ok?
loop the file?
1.5.1