Public Types | |
enum | RgnItemType { RIT_GENERIC, RIT_UNKNOWN, RIT_UNITYKEY, RIT_FINETUNE, RIT_KEYLOW, RIT_KEYHIGH, RIT_VELLOW, RIT_VELHIGH, RIT_PAN, RIT_VOL, RIT_SAMPNUM } |
Public Member Functions | |
VGMRgnItem (VGMRgn *rgn, RgnItemType theType, uint32 offset, uint32 length, const Common::String &name) | |
Public Member Functions inherited from VGMItem | |
VGMItem (VGMFile *thevgmfile, uint32 theOffset, uint32 theLength=0, const Common::String theName="") | |
RawFile * | GetRawFile () |
Public Attributes | |
RgnItemType | _type |
Public Attributes inherited from VGMItem | |
VGMFile * | _vgmfile |
Common::String | _name |
uint32 | _dwOffset |
uint32 | _unLength |
Additional Inherited Members | |
Protected Member Functions inherited from VGMItem | |
uint32 | GetBytes (uint32 nIndex, uint32 nCount, void *pBuffer) |
uint8 | GetByte (uint32 offset) |
uint16 | GetShort (uint32 offset) |