#include <SoundBuffer.h>

Public Member Functions | |
| SoundBufferSourceInstance (unsigned int source) | |
| virtual | ~SoundBufferSourceInstance () |
| virtual void | play (bool loop)=0 |
| virtual void | stop ()=0 |
| virtual void | simulate (bool loop)=0 |
Protected Attributes | |
| unsigned int | source_ |
Definition at line 26 of file SoundBuffer.h.
| SoundBufferSourceInstance::SoundBufferSourceInstance | ( | unsigned int | source | ) |
Definition at line 23 of file SoundBuffer.cpp.
| SoundBufferSourceInstance::~SoundBufferSourceInstance | ( | ) | [virtual] |
Definition at line 28 of file SoundBuffer.cpp.
| virtual void SoundBufferSourceInstance::play | ( | bool | loop | ) | [pure virtual] |
Implemented in SoundBufferEmptySourceInstance, and SoundBufferStaticSourceInstance.
Referenced by SoundSource::play().
| virtual void SoundBufferSourceInstance::stop | ( | ) | [pure virtual] |
Implemented in SoundBufferEmptySourceInstance, and SoundBufferStaticSourceInstance.
Referenced by SoundSource::stop().
| virtual void SoundBufferSourceInstance::simulate | ( | bool | loop | ) | [pure virtual] |
Implemented in SoundBufferEmptySourceInstance, and SoundBufferStaticSourceInstance.
Referenced by SoundSource::simulate().
unsigned int SoundBufferSourceInstance::source_ [protected] |
Definition at line 37 of file SoundBuffer.h.
Referenced by SoundBufferStaticSourceInstance::play(), and SoundBufferStaticSourceInstance::stop().
1.5.3