Function charls_sys::charls_jpegls_encoder_set_frame_info

source ยท
pub unsafe extern "C" fn charls_jpegls_encoder_set_frame_info(
    encoder: *mut charls_jpegls_encoder,
    frame_info: *const charls_frame_info,
) -> charls_jpegls_errc
Expand description
Configures the frame that needs to be encoded. This information will be written to the Start of Frame segment. Reference to the encoder instance. Information about the frame that needs to be encoded. The result of the operation: success or a failure code.