#include <SoundBufferWav.h>

Public Member Functions | |
| SoundBufferWav (const char *wavFileName) | |
| virtual | ~SoundBufferWav () |
| SoundBufferSourceInstance * | createSourceInstance (unsigned int source) |
Protected Attributes | |
| unsigned int | buffer_ |
Definition at line 26 of file SoundBufferWav.h.
| SoundBufferWav::SoundBufferWav | ( | const char * | wavFileName | ) |
| SoundBufferWav::~SoundBufferWav | ( | ) | [virtual] |
| SoundBufferSourceInstance * SoundBufferWav::createSourceInstance | ( | unsigned int | source | ) | [virtual] |
unsigned int SoundBufferWav::buffer_ [protected] |
Definition at line 35 of file SoundBufferWav.h.
Referenced by createSourceInstance(), SoundBufferWav(), and ~SoundBufferWav().
1.5.3