#define MRMESH_API
Definition MRMeshFwd.h:80
int level
Definition MRZlib.h:38
size_t compressedSize
total bytes written to the output stream
Definition MRZlib.h:30
bool rawDeflate
Definition MRZlib.h:21
tl::expected< T, E > Expected
Definition MRExpected.h:31
Expected< void > zlibDecompressStream(std::istream &in, std::ostream &out, const ZlibParams ¶ms)
decompress the input data compressed with the Deflate algorithm
ZlibCompressStats * stats
Definition MRZlib.h:42
Expected< void > zlibCompressStream(std::istream &in, std::ostream &out, const ZlibCompressParams ¶ms)
compress the input data using the Deflate algorithm
uint32_t crc32
CRC-32 of the uncompressed input.
Definition MRZlib.h:28
size_t uncompressedSize
total bytes read from the input stream
Definition MRZlib.h:29
only for bindings generation
Definition MRCameraOrientationPlugin.h:8
parameters for zlibCompressStream (adds a compression level on top of ZlibParams)
Definition MRZlib.h:35
parameters shared by zlibCompressStream and zlibDecompressStream
Definition MRZlib.h:17