ZSTD_frameParameters

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) nothrow
struct ZSTD_frameParameters {}

Members

Variables

checksumFlag
int checksumFlag;

< 1: generate a 32-bits checksum using XXH64 algorithm at end of frame, for error detection

contentSizeFlag
int contentSizeFlag;

< 1: content size will be in frame header (when known)

noDictIDFlag
int noDictIDFlag;

< 1: no dictID will be saved into frame header (dictID is only useful for dictionary compression)

Meta