Function charls_sys::charls_jpegls_decoder_get_frame_info

source ยท
pub unsafe extern "C" fn charls_jpegls_decoder_get_frame_info(
    decoder: *const charls_jpegls_decoder,
    frame_info: *mut charls_frame_info,
) -> charls_jpegls_errc
Expand description
Returns information about the frame stored in the JPEG-LS byte stream. Function should be called after calling the function charls_jpegls_decoder_read_header. Reference to the decoder instance. Output argument, will hold the frame info when the function returns. The result of the operation: success or a failure code.