ZSTD_frameParameters
typedef ZSTD_frameParameters zstd_frame_parameters;
ZSTD_frameParameters fParams;
ZSTDLIB_STATIC_API size_t ZSTD_CCtx_setFParams(ZSTD_CCtx* cctx, ZSTD_frameParameters fparams);
ZSTD_frameParameters fParams);
ZSTD_frameParameters fParams,
size_t ZSTD_compressBegin_usingCDict_advanced(ZSTD_CCtx* const cctx, const ZSTD_CDict* const cdict, ZSTD_frameParameters const fParams, unsigned long long const pledgedSrcSize); /* compression parameters are already set within cdict. pledgedSrcSize must be correct. If srcSize is not known, use macro ZSTD_CONTENTSIZE_UNKNOWN */
size_t ZSTD_CCtx_setFParams(ZSTD_CCtx* cctx, ZSTD_frameParameters fparams)
ZSTD_frameParameters fParams,
ZSTD_frameParameters fParams = { 1 /*content*/, 0 /*checksum*/, 0 /*noDictID*/ };
ZSTD_frameParameters const fParams, unsigned long long const pledgedSrcSize)
ZSTD_frameParameters const fParams, unsigned long long const pledgedSrcSize)
ZSTD_frameParameters const fParams = { 0 /*content*/, 0 /*checksum*/, 0 /*noDictID*/ };
const ZSTD_CDict* cdict, ZSTD_frameParameters fParams)
const ZSTD_CDict* cdict, ZSTD_frameParameters fParams)
ZSTD_frameParameters const fParams = { 1 /*content*/, 0 /*checksum*/, 0 /*noDictID*/ };
ZSTD_frameParameters fParams,
ZSTD_frameParameters fParams;