VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Attributes
LZ4F_frameInfo_t Struct Reference

Public Attributes

LZ4F_blockSizeID_t blockSizeID
 
LZ4F_blockMode_t blockMode
 
LZ4F_contentChecksum_t contentChecksumFlag
 
LZ4F_frameType_t frameType
 
unsigned long long contentSize
 
unsigned reserved [2]
 

Detailed Description

LZ4F_frameInfo_t : makes it possible to supply detailed frame 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.

Member Data Documentation

LZ4F_blockSizeID_t LZ4F_frameInfo_t::blockSizeID
LZ4F_blockMode_t LZ4F_frameInfo_t::blockMode
LZ4F_contentChecksum_t LZ4F_frameInfo_t::contentChecksumFlag
LZ4F_frameType_t LZ4F_frameInfo_t::frameType
unsigned long long LZ4F_frameInfo_t::contentSize
unsigned LZ4F_frameInfo_t::reserved[2]

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

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)