SDL3pp
A slim C++ wrapper for SDL3
Loading...
Searching...
No Matches
SDL::prop::AnimationDecoder::Metadata Namespace Reference

Animation metadata properties. More...

Variables

constexpr auto IGNORE_PROPS_BOOLEAN
 Enable ignore props.
constexpr auto DESCRIPTION_STRING
 String for description.
constexpr auto COPYRIGHT_STRING
 String for copyright.
constexpr auto TITLE_STRING
 String for title.
constexpr auto AUTHOR_STRING
 String for author.
constexpr auto CREATION_TIME_STRING
 String for creation time.
constexpr auto FRAME_COUNT_NUMBER
 Frame count.
constexpr auto LOOP_COUNT_NUMBER
 Loop count.

Detailed Description

Animation metadata properties.

Since
These properties are available since SDL_image 3.4.0.
See also
AnimationDecoder.GetProperties

Variable Documentation

◆ AUTHOR_STRING

auto SDL::prop::AnimationDecoder::Metadata::AUTHOR_STRING
constexpr
Initial value:
=
IMG_PROP_METADATA_AUTHOR_STRING

String for author.

◆ COPYRIGHT_STRING

auto SDL::prop::AnimationDecoder::Metadata::COPYRIGHT_STRING
constexpr
Initial value:
=
IMG_PROP_METADATA_COPYRIGHT_STRING

String for copyright.

◆ CREATION_TIME_STRING

auto SDL::prop::AnimationDecoder::Metadata::CREATION_TIME_STRING
constexpr
Initial value:
=
IMG_PROP_METADATA_CREATION_TIME_STRING

String for creation time.

◆ DESCRIPTION_STRING

auto SDL::prop::AnimationDecoder::Metadata::DESCRIPTION_STRING
constexpr
Initial value:
=
IMG_PROP_METADATA_DESCRIPTION_STRING

String for description.

◆ FRAME_COUNT_NUMBER

auto SDL::prop::AnimationDecoder::Metadata::FRAME_COUNT_NUMBER
constexpr
Initial value:
=
IMG_PROP_METADATA_FRAME_COUNT_NUMBER

Frame count.

◆ IGNORE_PROPS_BOOLEAN

auto SDL::prop::AnimationDecoder::Metadata::IGNORE_PROPS_BOOLEAN
constexpr
Initial value:
=
IMG_PROP_METADATA_IGNORE_PROPS_BOOLEAN

Enable ignore props.

◆ LOOP_COUNT_NUMBER

auto SDL::prop::AnimationDecoder::Metadata::LOOP_COUNT_NUMBER
constexpr
Initial value:
=
IMG_PROP_METADATA_LOOP_COUNT_NUMBER

Loop count.

◆ TITLE_STRING

auto SDL::prop::AnimationDecoder::Metadata::TITLE_STRING
constexpr
Initial value:
=
IMG_PROP_METADATA_TITLE_STRING

String for title.