Public Attributes | List of all members
LZ4F_frameInfo_t Struct Reference

#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
 

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

Definition at line 175 of file lz4frame.h.

Member Data Documentation

◆ blockChecksumFlag

LZ4F_blockChecksum_t LZ4F_frameInfo_t::blockChecksumFlag

Definition at line 182 of file lz4frame.h.

◆ blockMode

LZ4F_blockMode_t LZ4F_frameInfo_t::blockMode

Definition at line 177 of file lz4frame.h.

◆ blockSizeID

LZ4F_blockSizeID_t LZ4F_frameInfo_t::blockSizeID

Definition at line 176 of file lz4frame.h.

◆ contentChecksumFlag

LZ4F_contentChecksum_t LZ4F_frameInfo_t::contentChecksumFlag

Definition at line 178 of file lz4frame.h.

◆ contentSize

unsigned long long LZ4F_frameInfo_t::contentSize

Definition at line 180 of file lz4frame.h.

◆ dictID

unsigned LZ4F_frameInfo_t::dictID

Definition at line 181 of file lz4frame.h.

◆ frameType

LZ4F_frameType_t LZ4F_frameInfo_t::frameType

Definition at line 179 of file lz4frame.h.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Aug 11 2024 02:24:29