Ark Server API (ASA) - Wiki
|
Go to the source code of this file.
Macros | |
#define | DEFAULT_ZLIB_BIT_WINDOW 15 |
Enumerations | |
enum | ECompressionFlags { COMPRESS_None = 0x00 , COMPRESS_ZLIB = 0x01 , COMPRESS_GZIP = 0x02 , COMPRESS_Custom = 0x04 , COMPRESS_DeprecatedFormatFlagsMask = 0xF , COMPRESS_NoFlags = 0x00 , COMPRESS_BiasMemory = 0x10 , COMPRESS_BiasSize = COMPRESS_BiasMemory , COMPRESS_BiasSpeed = 0x20 , COMPRESS_SourceIsPadded = 0x80 , COMPRESS_OptionsFlagsMask = 0xF0 , COMPRESS_ForPackaging = 0x100 , COMPRESS_ForPurposeMask = 0xF00 } |
#define DEFAULT_ZLIB_BIT_WINDOW 15 |
Default compressor bit window for Zlib
Definition at line 6 of file CompressionFlags.h.
Flags controlling [de]compression Make sure to update VerifyCompressionFlagsValid after changing these values.
Definition at line 12 of file CompressionFlags.h.