#include <ISound.h>

Public Member Functions | |
| virtual | ~ISound () |
| virtual Sint16 * | GetBuffer (const UInt &position, const int &len, bool isLooping=false)=0 |
| virtual void | Output ()=0 |
Definition at line 7 of file ISound.h.
| virtual Sint16* ISound::GetBuffer | ( | const UInt & | position, | |
| const int & | len, | |||
| bool | isLooping = false | |||
| ) | [pure virtual] |
Implemented in Song.
| virtual void ISound::Output | ( | ) | [pure virtual] |
Implemented in Song.
1.5.9