compression_encode_scratch_buffer_size(_:)
Returns the required compression scratch buffer size for the selected algorithm.
Declaration
func compression_encode_scratch_buffer_size(_ algorithm: compression_algorithm) -> IntReturn Value
Size in bytes.
Discussion
algorithm: A constant of type compression_algorithm that specifies the compression algorithm.
Discussion
This function returns the number of bytes to provide in an optional scratch buffer when calling compression_encode_buffer(_:_:_:_:_:_:).