[][src]Function jpegxl_sys::JpegxlDecoderGetAnimationHeader

pub unsafe extern "C" fn JpegxlDecoderGetAnimationHeader(
    dec: *const JpegxlDecoder,
    animation_header: *mut JpegxlAnimationHeader
) -> JpegxlDecoderStatus

Outputs the animation header, if available.

@param dec decoder object @param animation_header struct to copy the information into, or NULL to only check whether the information is available through the return value. @return JPEGXL_DEC_SUCCESS if the value is available, JPEGXL_DEC_NEED_MORE_INPUT if not yet available, JPEGXL_DEC_ERROR in case of other error conditions.