|
enum | { PAULA_FREQ = 3579545,
NUM_CHANNELS = 4
} |
|
|
| PaulaSound (Audio::Mixer *mixer, CineEngine *vm) |
|
void | loadMusic (const char *name) override |
|
void | playMusic () override |
|
void | stopMusic () override |
|
void | fadeOutMusic () override |
|
void | playSound (int mode, int channel, int param3, int param4, int param5, int size) override |
|
void | playSound (int channel, int frequency, const uint8 *data, int size, int volumeStep, int stepCount, int volume, int repeat) override |
|
void | stopSound (int channel) override |
|
void | setBgMusic (int num) override |
|
| Sound (Audio::Mixer *mixer, CineEngine *vm) |
|
virtual MusicType | musicType () |
|
|
void | sfxTimerCallback () |
|
void | musicTimerCallback () |
|
|
static void | sfxTimerProc (void *param) |
|
static void | musicTimerProc (void *param) |
|
|
static const int | _channelBalance [NUM_CHANNELS] |
|
The documentation for this class was generated from the following file: