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

Public Member Functions

 IIgsSample (uint8 *data, uint32 len, int16 resourceNr)
 
uint16 type () override
 
const IIgsSampleHeadergetHeader () const
 
- Public Member Functions inherited from Agi::AgiSound
virtual void play ()
 
virtual void stop ()
 
virtual bool isPlaying ()
 

Protected Attributes

IIgsSampleHeader _header
 Apple IIGS AGI sample header.
 
int8 * _sample
 Sample data (8-bit signed format)
 
- Protected Attributes inherited from Agi::AgiSound
bool _isPlaying
 Is the sound playing?
 
bool _isValid
 Is this a valid sound object?
 

Additional Inherited Members

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

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