目次 - SDL_image 3.0 - IMG_GetAnimationDecoderProperties

IMG_GetAnimationDecoderProperties

アニメーションデコーダのプロパティを得る

ヘッダ

SDL3_image/SDL_image.h

構文

SDL_PropertiesID IMG_GetAnimationDecoderProperties(IMG_AnimationDecoder *decoder);

引数

IMG_AnimationDecoder *decoderアニメーションデコーダ

戻り値

(SDL_PropertiesID) プロパティグループIDを戻す. 失敗のとき0を戻す. SDL_GetError()を呼んで詳細を知ることができる.

詳細

この関数はアニメーションデコーダの背後の画像の説明, 著作権表記, ループ回数のような情報を持つプロパティを戻す:

バージョン

SDL_image 3.4.0以降

関連項目

SDL Wikiへのリンク

SDL3_image/IMG_GetAnimationDecoderProperties