HoverRace
2.0
|
Public Member Functions | |
ShortSound () | |
~ShortSound () | |
void | Play (int pDB, double pSpeed, int pPan) |
![]() | |
SoundBuffer () | |
virtual | ~SoundBuffer () |
virtual void | ApplyCumCommand () |
virtual BOOL | Init (const char *pData, int pNbCopy) |
Fill the buffer with sound data. More... | |
void | SetParams (int pCopy, int pDB, double pSpeed, int pPan) |
Protected Attributes | |
int | mCurrentCopy |
![]() | |
ALuint | mBuffer |
int | mNbCopy |
int | mNormalFreq |
ALuint | mSoundBuffer [MR_MAX_SOUND_COPY] |
Private Types | |
typedef SoundBuffer | SUPER |
Additional Inherited Members | |
![]() | |
static void | ApplyCumCommandForAll () |
static void | DeleteAll () |
|
private |
HoverRace::VideoServices::ShortSound::ShortSound | ( | ) |
HoverRace::VideoServices::ShortSound::~ShortSound | ( | ) |
void HoverRace::VideoServices::ShortSound::Play | ( | int | pDB, |
double | pSpeed, | ||
int | pPan | ||
) |
|
protected |