Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
LZ4F_preferences_t Struct Reference

#include <lz4frame.h>

Data Fields

LZ4F_frameInfo_t frameInfo
 
int compressionLevel
 
unsigned autoFlush
 
unsigned favorDecSpeed
 
unsigned reserved [3]
 

Detailed Description

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.

Field Documentation

◆ autoFlush

unsigned autoFlush

◆ compressionLevel

int compressionLevel

◆ favorDecSpeed

unsigned favorDecSpeed

◆ frameInfo

LZ4F_frameInfo_t frameInfo

◆ reserved

unsigned reserved

The documentation for this struct was generated from the following files: