|
|
| IIgsMidi (byte resourceNr, byte *data, uint32 length, uint16 type) |
| |
|
virtual const uint8 * | getPtr () |
| |
|
virtual void | setPtr (const uint8 *ptr) |
| |
|
virtual void | rewind () |
| |
|
| AgiSound (byte resourceNr, byte *data, uint32 length, uint16 type) |
| |
|
virtual void | play () |
| |
|
virtual void | stop () |
| |
|
virtual bool | isPlaying () |
| |
|
byte * | getData () |
| |
|
uint32 | getLength () |
| |
|
virtual uint16 | type () |
| |
|
virtual bool | isValid () |
| |
|
|
uint | _ticks |
| | MIDI song position in ticks (1/60ths of a second)
|
| |
|
|
const uint8 * | _ptr |
| | Pointer to the current position in the MIDI data.
|
| |
|
byte | _resourceNr |
| |
|
byte * | _data |
| |
|
uint32 | _length |
| |
|
uint16 | _type |
| |
|
bool | _isPlaying |
| |
The documentation for this class was generated from the following file: