ZSTD_frameParameters

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

Members

Variables

checksumFlag
uint checksumFlag;

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

contentSizeFlag
uint contentSizeFlag;

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

noDictIDFlag
uint noDictIDFlag;

< 1: no dictID will be saved into frame header (if dictionary compression)

Meta