Little endian format.
Type | Length | Description |
---|---|---|
Float | 4 | |
Int32 | 4 | Signed |
UInt32 | 4 | Unsigned |
UInt64 | 8 | Unsigned |
Bool | 4 | True if 1, else false |
Int16 | 2 | Signed |
UInt16 | 2 | Unsigned |
ChunkName | 4 | RIFF-style chunk identifier |
UTF8String | Null-terminated |