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

#include <lz4frame.h>

Data Fields

LZ4F_blockSizeID_t blockSizeID
 
LZ4F_blockMode_t blockMode
 
LZ4F_contentChecksum_t contentChecksumFlag
 
LZ4F_frameType_t frameType
 
unsigned long long contentSize
 
unsigned dictID
 
LZ4F_blockChecksum_t blockChecksumFlag
 

Detailed Description

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

Field Documentation

◆ blockChecksumFlag

LZ4F_blockChecksum_t blockChecksumFlag

◆ blockMode

LZ4F_blockMode_t blockMode

◆ blockSizeID

LZ4F_blockSizeID_t blockSizeID

◆ contentChecksumFlag

LZ4F_contentChecksum_t contentChecksumFlag

◆ contentSize

unsigned long long contentSize

◆ dictID

unsigned dictID

◆ frameType

LZ4F_frameType_t frameType

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