#include <lz4frame.h>
Public Attributes | |
LZ4F_blockChecksum_t | blockChecksumFlag |
LZ4F_blockMode_t | blockMode |
LZ4F_blockSizeID_t | blockSizeID |
LZ4F_contentChecksum_t | contentChecksumFlag |
unsigned long long | contentSize |
unsigned | dictID |
LZ4F_frameType_t | frameType |
LZ4F_frameInfo_t : makes it possible to set or read frame parameters. Structure must be first init to 0, using memset() or LZ4F_INIT_FRAMEINFO, setting all parameters to default. It's then possible to update selectively some parameters
Definition at line 175 of file lz4frame.h.
LZ4F_blockChecksum_t LZ4F_frameInfo_t::blockChecksumFlag |
Definition at line 182 of file lz4frame.h.
LZ4F_blockMode_t LZ4F_frameInfo_t::blockMode |
Definition at line 177 of file lz4frame.h.
LZ4F_blockSizeID_t LZ4F_frameInfo_t::blockSizeID |
Definition at line 176 of file lz4frame.h.
LZ4F_contentChecksum_t LZ4F_frameInfo_t::contentChecksumFlag |
Definition at line 178 of file lz4frame.h.
unsigned long long LZ4F_frameInfo_t::contentSize |
Definition at line 180 of file lz4frame.h.
unsigned LZ4F_frameInfo_t::dictID |
Definition at line 181 of file lz4frame.h.
LZ4F_frameType_t LZ4F_frameInfo_t::frameType |
Definition at line 179 of file lz4frame.h.