pub const BrotliEncoderParameter_BROTLI_PARAM_STREAM_OFFSET: BrotliEncoderParameter = 9;
Expand description

Number of bytes of input stream already processed by a different instance.

@note It is important to configure all the encoder instances with same parameters (except this one) in order to allow all the encoded parts obey the same restrictions implied by header.

If offset is not 0, then stream header is omitted. In any case output start is byte aligned, so for proper streams stitching “predecessor” stream must be flushed.

Range is not artificially limited, but all the values greater or equal to maximal window size have the same effect. Values greater than 2**30 are not allowed.