ScummVM API documentation
Agi::IIgsSample Class Reference
Inheritance diagram for Agi::IIgsSample:
Agi::AgiSound

Public Member Functions

 IIgsSample (byte resourceNr, byte *data, uint32 length, uint16 type)
 
uint16 type () override
 
const IIgsSampleHeadergetHeader () const
 
bool isValid () override
 
- Public Member Functions inherited from Agi::AgiSound
 AgiSound (byte resourceNr, byte *data, uint32 length, uint16 type)
 
virtual void play ()
 
virtual void stop ()
 
virtual bool isPlaying ()
 
byte * getData ()
 
uint32 getLength ()
 

Protected Attributes

IIgsSampleHeader _header
 Apple IIGS AGI sample header.
 
int8 * _sample
 Sample data (8-bit signed format)
 
bool _isValid
 
- Protected Attributes inherited from Agi::AgiSound
byte _resourceNr
 
byte * _data
 
uint32 _length
 
uint16 _type
 
bool _isPlaying
 

Additional Inherited Members

- Static Public Member Functions inherited from Agi::AgiSound
static AgiSoundcreateFromRawResource (uint8 *data, uint32 len, int resnum, int soundemu, bool isAgiV1)
 

The documentation for this class was generated from the following file: