[][src]Function openjpeg2_sys::opj_get_jp2_metadata

pub unsafe extern "C" fn opj_get_jp2_metadata(
    p_codec: *mut opj_codec_t
) -> *mut opj_jp2_metadata_t

Get the JP2 file information from the codec FIXME

@param p_codec the jpeg2000 codec.

@return a pointer to a JP2 metadata structure.