Public Member Functions | |
virtual void | load (byte *source, int size) |
Audio::AudioStream * | getAudioStream (int soundRate, bool loop=false) |
SoundEnergyArray * | getSoundEnergyArray () const |
int | getSoundSize () const |
Protected Attributes | |
byte * | _soundData |
int | _soundSize |
SoundEnergyArray * | _soundEnergyArray |
Additional Inherited Members | |
Public Attributes inherited from Made::Resource | |
ResourceSlot * | _slot |