pub const BrotliEncoderParameter_BROTLI_PARAM_LGWIN: BrotliEncoderParameter = 2;
Expand description

Recommended sliding LZ77 window size.

Encoder may reduce this value, e.g. if input is much smaller than window size.

Window size is (1 << value) - 16.

Range is from ::BROTLI_MIN_WINDOW_BITS to ::BROTLI_MAX_WINDOW_BITS.