Public Member Functions | |
| Music (SagaEngine *vm, Audio::Mixer *mixer) | |
| void | close () |
| bool | isPlaying () |
| bool | hasDigitalMusic () |
| void | play (uint32 resourceId, MusicFlags flags=MUSIC_NORMAL) |
| void | pause () |
| void | resume () |
| void | stop () |
| void | setVolume (int volume, int time=1) |
| int | getVolume () |
| void | resetVolume () |
| bool | isFading () |
| bool | isAdlib () const |
| void | syncSoundSettings () |
Public Attributes | |
| Common::Array< int32 > | _songTable |