Batch type
The table bellow gives the corresponding number to use in br_uncompress for each sample type.
Attribute explicit type | Corresponding type N° (br_uncompress) |
---|---|
Type undefined | 0 |
Boolean | 1 |
Unsigned int (U4) | 2 |
Signed int (I4) | 3 |
Unsigned int (U8) | 4 |
Signed int (I8) | 5 |
Unsigned int (U16) | 6 |
Signed int (I16) | 7 |
Unsigned int (U24) | 8 |
Signed int (I24) | 9 |
Unsigned int (U32) | 10 |
Signed int (I32) | 11 |
Float | 12 |