VR-Forces Developer's Guide
 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

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.

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]
 

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 Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)