#include <SoundBuffer.h>

Public Member Functions | |
| SoundBuffer (const char *fileName) | |
| virtual | ~SoundBuffer () |
| virtual SoundBufferSourceInstance * | createSourceInstance (unsigned int source)=0 |
| const char * | getFileName () |
Protected Attributes | |
| std::string | fileName_ |
Definition at line 40 of file SoundBuffer.h.
| SoundBuffer::SoundBuffer | ( | const char * | fileName | ) |
Definition at line 32 of file SoundBuffer.cpp.
| SoundBuffer::~SoundBuffer | ( | ) | [virtual] |
Definition at line 37 of file SoundBuffer.cpp.
| virtual SoundBufferSourceInstance* SoundBuffer::createSourceInstance | ( | unsigned int | source | ) | [pure virtual] |
| const char* SoundBuffer::getFileName | ( | ) | [inline] |
Definition at line 47 of file SoundBuffer.h.
References fileName_.
Referenced by Sound::showSoundBuffers().
std::string SoundBuffer::fileName_ [protected] |
1.5.3