Public Member Functions | |
MusicResource (NeverhoodEngine *vm) | |
bool | isPlaying () |
void | load (uint32 fileHash) |
void | unload () |
void | play (int16 fadeVolumeStep) |
void | stop (int16 fadeVolumeStep) |
void | setVolume (int16 volume) |
Protected Member Functions | |
AudioResourceManMusicItem * | getMusicItem () |
Protected Attributes | |
NeverhoodEngine * | _vm |
int16 | _musicIndex |