目次 - SDL_image 3.0 - IMG_GetAnimationDecoderStatus

IMG_GetAnimationDecoderStatus

現在のアニメーションデコーダの状態を得る

ヘッダ

SDL3_image/SDL_image.h

構文

IMG_AnimationDecoderStatus IMG_GetAnimationDecoderStatus(IMG_AnimationDecoder *decoder);

引数

IMG_AnimationDecoder *decoder状態を得るアニメーションデコーダ

戻り値

(IMG_AnimationDecoderStatus) アニメーションデコーダの状態を戻す. アニメーションデコーダが無効のときIMG_DECODER_STATUS_INVALIDを戻す.

バージョン

SDL_image 3.4.0以降

関連項目

SDL Wikiへのリンク

SDL3_image/IMG_GetAnimationDecoderStatus