|
|
| IIgsSample (byte resourceNr, byte *data, uint32 length, uint16 type) |
| |
|
uint16 | type () override |
| |
|
const IIgsSampleHeader & | getHeader () const |
| |
|
bool | isValid () override |
| |
|
| AgiSound (byte resourceNr, byte *data, uint32 length, uint16 type) |
| |
|
virtual void | play () |
| |
|
virtual void | stop () |
| |
|
virtual bool | isPlaying () |
| |
|
byte * | getData () |
| |
|
uint32 | getLength () |
| |
|
|
IIgsSampleHeader | _header |
| | Apple IIGS AGI sample header.
|
| |
|
int8 * | _sample |
| | Sample data (8-bit signed format)
|
| |
|
bool | _isValid |
| |
|
byte | _resourceNr |
| |
|
byte * | _data |
| |
|
uint32 | _length |
| |
|
uint16 | _type |
| |
|
bool | _isPlaying |
| |
The documentation for this class was generated from the following file: