#include <sound.h>
Static Public Member Functions | |
static AgiSound * | createFromRawResource (uint8 *data, uint32 len, int resnum, int soundemu, bool isAgiV1) |
Protected Attributes | |
byte | _resourceNr |
byte * | _data |
uint32 | _length |
uint16 | _type |
bool | _isPlaying |
AGI sound resource structure.
|
static |
A named constructor for creating different types of AgiSound objects from a raw sound resource.