[][src]Function miniz_oxide_c_api::lib_oxide::mz_deflate_init_oxide

pub fn mz_deflate_init_oxide(
    stream_oxide: &mut StreamOxide<tdefl_compressor>,
    level: c_int
) -> MZResult

Initialize the wrapped compressor with the requested level (0-10) and default settings.

The compression level will be set to 6 (default) if the requested level is not available.