pub unsafe extern "C" fn opj_get_cstr_info(
    p_codec: *mut opj_codec_t
) -> *mut opj_codestream_info_v2_t
Expand description

Get the codestream information from the codec

  • p_codec — the jpeg2000 codec.

@return a pointer to a codestream information structure.