| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/openal/filebufferal.h>

Public Member Functions | |
| FileBufferAL (const std::string &fileName_) | |
| void | setFileName (const std::string fileName) |
| const std::string & | getFileName (void) const |
| virtual unsigned int | getName (void) |
| VRS_TYPEINFO (FileBufferAL, BufferAL) | |
| VRS_SERIALIZABLE (FileBufferAL) | |
Protected Member Functions | |
| FileBufferAL (void) | |
| VRS::SOUND::FileBufferAL::FileBufferAL | ( | const std::string & | fileName_ | ) |
| VRS::SOUND::FileBufferAL::FileBufferAL | ( | void | ) | [protected] |
| void VRS::SOUND::FileBufferAL::setFileName | ( | const std::string | fileName | ) |
| const std::string& VRS::SOUND::FileBufferAL::getFileName | ( | void | ) | const [inline] |
| virtual unsigned int VRS::SOUND::FileBufferAL::getName | ( | void | ) | [virtual] |
Return the name of the buffer.
Reimplemented from VRS::SOUND::BufferAL.
| VRS::SOUND::FileBufferAL::VRS_TYPEINFO | ( | FileBufferAL | , | |
| BufferAL | ||||
| ) |
| VRS::SOUND::FileBufferAL::VRS_SERIALIZABLE | ( | FileBufferAL | ) |