![]() |
VR-Forces 4.8 Class Documentation
|
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] |
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.
| 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 LZ4F_frameInfo_t::reserved[2] |