#include <lz4frame.h>
Public Attributes | |
unsigned | autoFlush |
int | compressionLevel |
LZ4F_frameInfo_t | frameInfo |
unsigned | reserved [4] |
LZ4F_preferences_t : makes it possible to supply detailed compression parameters to the stream interface. It's not required to set all fields, as long as the structure was initially memset() to zero. All reserved fields must be set to zero.
Definition at line 172 of file lz4frame.h.
unsigned LZ4F_preferences_t::autoFlush |
Definition at line 175 of file lz4frame.h.
int LZ4F_preferences_t::compressionLevel |
Definition at line 174 of file lz4frame.h.
LZ4F_frameInfo_t LZ4F_preferences_t::frameInfo |
Definition at line 173 of file lz4frame.h.
unsigned LZ4F_preferences_t::reserved[4] |
Definition at line 176 of file lz4frame.h.