#include <filestreamupdater.h>
Inheritance diagram for openalpp::FileStreamUpdater:

Public Member Functions | |
| FileStreamUpdater (OggVorbis_File *oggfile, const ALuint buffer1, ALuint buffer2, ALenum format, unsigned int frequency, unsigned int buffersize) | |
| void | run () |
| void | seek (float time_s) |
| void | setLooping (bool loop=true) |
Protected Member Functions | |
| virtual | ~FileStreamUpdater () |
|
||||||||||||||||||||||||||||
|
Constructor.
|
|
|
Destructor. |
|
|
Inherited from Thread. This will be called when the updater is Start():ed.. |
|
|
Seeks to specified time Reimplemented from openalpp::StreamUpdater. |
|
|
Turn on/off looping.
|
1.4.6