Batch type
The table bellow gives the corresponding number to use in br_uncompress for each sample type.
| Attribute explicit type | Attribute type code | Corresponding type N° (for Batch uncompress) |
|---|---|---|
| Type undefined | 0 | |
| Boolean | 0x10 | 1 |
| Unsigned int (U4) | Unused | 2 (Reserved do no use) |
| Signed int (I4) | Unused | 3 (Reserved do no use) |
| Unsigned int (U8) | 0x08 | 4 |
| Signed int (I8) | 0x28 | 5 |
| Unsigned int (U16) | 0x21 | 6 |
| Signed int (I16) | 0x29 | 7 |
| Unsigned int (U24) | 0x22 | 8 |
| Signed int (I24) | 0x2a | 9 |
| Unsigned int (U32) | 0x23 | 10 |
| Signed int (I32) | 0x2b | 11 |
| Float | 0x39 | 12 |
