Public Member Functions | |
SoundResource (NeverhoodEngine *vm) | |
bool | isPlaying () |
void | load (uint32 fileHash) |
void | unload () |
void | play (uint32 fileHash) |
void | play () |
void | playLooping () |
void | stop () |
void | setVolume (int16 volume) |
void | setPan (int16 pan) |
Protected Member Functions | |
AudioResourceManSoundItem * | getSoundItem () |
Protected Attributes | |
NeverhoodEngine * | _vm |
int16 | _soundIndex |