|
| AmigaSound (Audio::Mixer *mixer, QueenEngine *vm) |
|
void | playSfx (uint16 sfx) override |
|
void | playSong (int16 song) override |
|
void | stopSfx () override |
|
void | stopSong () override |
|
bool | isSfxActive () const override |
|
void | updateMusic () override |
|
| Sound (Audio::Mixer *mixer, QueenEngine *vm) |
|
virtual void | playSpeech (const char *base) |
|
virtual void | stopSpeech () |
|
virtual bool | isSpeechActive () const |
|
virtual void | setVolume (int vol) |
|
virtual int | getVolume () |
|
void | playLastSong () |
|
bool | sfxOn () const |
|
void | sfxToggle (bool val) |
|
void | toggleSfx () |
|
bool | speechOn () const |
|
void | speechToggle (bool val) |
|
void | toggleSpeech () |
|
bool | musicOn () const |
|
void | musicToggle (bool val) |
|
void | toggleMusic () |
|
bool | speechSfxExists () const |
|
int16 | lastOverride () const |
|
void | saveState (byte *&ptr) |
|
void | loadState (uint32 ver, byte *&ptr) |
|
|
void | playSound (const char *base) |
|
Audio::AudioStream * | loadModule (const char *base, int song) |
|
void | playModule (const char *base, int song) |
|
void | playPattern (const char *base, int pattern) |
|
bool | playSpecialSfx (int16 sfx) |
|
The documentation for this class was generated from the following file: