|
FireSync API
|
| kStatus kCompressedPhase_SetLength | ( | kCompressedPhase | data, |
| kSize | dimension, | ||
| kSize | length | ||
| ) |
Sets the length of the specified uncompressed 2D dataset dimension.
This information is not strictly required for decoding, but can be helpful to recreate a 2D array representation of the data. The lengths reported by this method refer to the total dimensions of the original uncompressed object (which may be represented by multiple compressed phase subframes).
| data | Compressed phase object. |
| dimension | Dimension index (0 or 1). |
| length | Uncompressed dimension length. |