#include <SoundData.h>
Inheritance diagram for SoundData:
Public Member Functions | |
SoundData () | |
constructs a SoundData. | |
~SoundData () | |
deconstructs a SoundData. | |
Public Attributes | |
char | pcmBuffer [256] |
bool | isInUse |
Definition at line 19 of file SoundData.h.
|
constructs a SoundData.
Definition at line 13 of file SoundData.cpp. |
|
deconstructs a SoundData.
Definition at line 19 of file SoundData.cpp. |
|
Definition at line 22 of file SoundData.h. Referenced by GT2004SoundControl::fillWaveBuffer(), SoundDataSender::prepare(), and SoundData(). |
|
Definition at line 23 of file SoundData.h. Referenced by GT2004SoundControl::fillWaveBuffer(), GT2004SoundControl::playWave(), and SoundData(). |