struct LZ4F_preferences_t
Defined at line 192 of file ../../zircon/system/ulib/fbl/include/../../../../../third_party/lz4/lib/lz4frame.h
LZ4F_preferences_t :
makes it possible to supply advanced compression instructions to streaming interface.
Structure must be first init to 0, using memset() or LZ4F_INIT_PREFERENCES,
setting all parameters to default.
All reserved fields must be set to zero.
Public Members
frameInfo
int compressionLevel
unsigned int autoFlush
unsigned int favorDecSpeed
unsigned int[3] reserved