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

Public Member Functions

 MIDISound (uint8 *data, uint32 len, int resnum)
 
uint16 type () override
 
- Public Member Functions inherited from Agi::AgiSound
virtual void play ()
 
virtual void stop ()
 
virtual bool isPlaying ()
 

Public Attributes

uint8 * _data
 Raw sound resource data.
 
uint32 _len
 Length of the raw sound resource.
 

Protected Attributes

uint16 _type
 Sound resource type.
 
- 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: