List of all members.
Detailed Description
Class for streaming audio data from a file. Presently it supports Ogg Vorbis files (http://www.vorbis.com/).
Constructor & Destructor Documentation
Constructor. A FileError will be thrown if the file can't be opened or isn't recognized.
- Parameters:
-
| filename | is the name of the file to try to open. |
| buffersize | is an optional parameter specifying how large the buffer should be (in samples per second). |
openalpp::FileStream::FileStream |
( |
const FileStream & |
stream |
) |
|
virtual openalpp::FileStream::~FileStream |
( |
|
) |
[protected, virtual] |
Member Function Documentation
std::string openalpp::FileStream::getFileName |
( |
|
) |
const [inline] |
void openalpp::FileStream::setLooping |
( |
bool |
loop = true |
) |
|
Turn on/off looping.
- Parameters:
-
| loop | is true if the stream should loop, false otherwise. |
Member Data Documentation
The documentation for this class was generated from the following file: