#include <SoundBufferEmpty.h>

Public Member Functions | |
| SoundBufferEmptySourceInstance (unsigned int source) | |
| virtual | ~SoundBufferEmptySourceInstance () |
| virtual void | play (bool loop) |
| virtual void | stop () |
| virtual void | simulate (bool loop) |
Definition at line 26 of file SoundBufferEmpty.h.
| SoundBufferEmptySourceInstance::SoundBufferEmptySourceInstance | ( | unsigned int | source | ) |
Definition at line 23 of file SoundBufferEmpty.cpp.
| SoundBufferEmptySourceInstance::~SoundBufferEmptySourceInstance | ( | ) | [virtual] |
Definition at line 28 of file SoundBufferEmpty.cpp.
| virtual void SoundBufferEmptySourceInstance::play | ( | bool | loop | ) | [inline, virtual] |
| virtual void SoundBufferEmptySourceInstance::stop | ( | ) | [inline, virtual] |
| virtual void SoundBufferEmptySourceInstance::simulate | ( | bool | loop | ) | [inline, virtual] |
1.5.3