Function charls_sys::charls_jpegls_encoder_set_interleave_mode

source ยท
pub unsafe extern "C" fn charls_jpegls_encoder_set_interleave_mode(
    encoder: *mut charls_jpegls_encoder,
    interleave_mode: charls_interleave_mode,
) -> charls_jpegls_errc
Expand description
Configures the interleave mode the encoder should use. The default is none. The encoder expects the input buffer in the same format as the interleave mode. Reference to the encoder instance. Value of the interleave mode. The result of the operation: success or a failure code.