IMG_GetAnimationDecoderStatus - Man Page

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

Synopsis

#include <SDL3_image/SDL_image.h>

IMG_AnimationDecoderStatus IMG_GetAnimationDecoderStatus(IMG_AnimationDecoder *decoder);

Function Parameters

decoder

the decoder to get the status of.

Return Value

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

Availability

This function is available since SDL_image 3.4.0.

See Also

IMG_GetAnimationDecoderFrame(3)

Referenced By

IMG_GetAnimationDecoderFrame(3).

SDL_image 3.4.0 SDL_image3 FUNCTIONS