Skip to main content

IMG_GetAnimationDecoderStatus

Function IMG_GetAnimationDecoderStatus 

Source
pub unsafe extern "C" fn IMG_GetAnimationDecoderStatus(
    decoder: *mut IMG_AnimationDecoder,
) -> IMG_AnimationDecoderStatus
Expand description

Get the decoder status indicating the current state of the decoder.

Parameter: decoder the decoder to get the status of.

Returns: the status of the underlying decoder, or IMG_DECODER_STATUS_INVALID if the given decoder is invalid.

Available Since: This function is available since SDL_image 3.4.0.

See Also: IMG_GetAnimationDecoderFrame