[][src]Function openjpeg2_sys::opj_dump_codec

pub unsafe extern "C" fn opj_dump_codec(
    p_codec: *mut opj_codec_t,
    info_flag: OPJ_INT32,
    output_stream: *mut FILE
)

Dump the codec information into the output stream

@param p_codec the jpeg2000 codec. @param info_flag type of information dump. @param output_stream output stream where dump the information gotten from the codec.