#include <SoundBufferStaticSourceInstance.h>

Public Member Functions | |
| SoundBufferStaticSourceInstance (unsigned int source, unsigned int buffer) | |
| virtual | ~SoundBufferStaticSourceInstance () |
| virtual void | play (bool loop) |
| virtual void | stop () |
| virtual void | simulate (bool loop) |
Protected Attributes | |
| unsigned int | buffer_ |
Definition at line 26 of file SoundBufferStaticSourceInstance.h.
| SoundBufferStaticSourceInstance::SoundBufferStaticSourceInstance | ( | unsigned int | source, | |
| unsigned int | buffer | |||
| ) |
Definition at line 31 of file SoundBufferStaticSourceInstance.cpp.
| SoundBufferStaticSourceInstance::~SoundBufferStaticSourceInstance | ( | ) | [virtual] |
Definition at line 37 of file SoundBufferStaticSourceInstance.cpp.
| void SoundBufferStaticSourceInstance::play | ( | bool | loop | ) | [virtual] |
Implements SoundBufferSourceInstance.
Definition at line 41 of file SoundBufferStaticSourceInstance.cpp.
References buffer_, and SoundBufferSourceInstance::source_.
| void SoundBufferStaticSourceInstance::stop | ( | ) | [virtual] |
Implements SoundBufferSourceInstance.
Definition at line 51 of file SoundBufferStaticSourceInstance.cpp.
References buffer_, and SoundBufferSourceInstance::source_.
| void SoundBufferStaticSourceInstance::simulate | ( | bool | loop | ) | [virtual] |
Implements SoundBufferSourceInstance.
Definition at line 57 of file SoundBufferStaticSourceInstance.cpp.
unsigned int SoundBufferStaticSourceInstance::buffer_ [protected] |
1.5.3