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

Supported properties for creating an animation decoder. More...

Variables

constexpr auto FILENAME_STRING
 String for filename.
constexpr auto IOSTREAM_POINTER
 Pointer to iostream.
constexpr auto IOSTREAM_AUTOCLOSE_BOOLEAN
 Enable iostream autoclose.
constexpr auto TYPE_STRING
 String for type.
constexpr auto TIMEBASE_NUMERATOR_NUMBER
 Number for timebase numerator.
constexpr auto TIMEBASE_DENOMINATOR_NUMBER
 Number for timebase denominator.
constexpr auto AVIF_MAX_THREADS_NUMBER
 Number for avif max threads.
constexpr auto AVIF_ALLOW_INCREMENTAL_BOOLEAN
 Enable avif allow incremental.
constexpr auto AVIF_ALLOW_PROGRESSIVE_BOOLEAN
 Enable avif allow progressive.
constexpr auto GIF_TRANSPARENT_COLOR_INDEX_NUMBER
 Number for gif transparent color index.
constexpr auto GIF_NUM_COLORS_NUMBER
 Number for gif num colors.

Detailed Description

Supported properties for creating an animation decoder.

See also
CreateAnimationDecoderWithProperties

Variable Documentation

◆ AVIF_ALLOW_INCREMENTAL_BOOLEAN

auto SDL::prop::AnimationDecoder::Create::AVIF_ALLOW_INCREMENTAL_BOOLEAN
constexpr
Initial value:
=
IMG_PROP_ANIMATION_DECODER_CREATE_AVIF_ALLOW_INCREMENTAL_BOOLEAN

Enable avif allow incremental.

◆ AVIF_ALLOW_PROGRESSIVE_BOOLEAN

auto SDL::prop::AnimationDecoder::Create::AVIF_ALLOW_PROGRESSIVE_BOOLEAN
constexpr
Initial value:
=
IMG_PROP_ANIMATION_DECODER_CREATE_AVIF_ALLOW_PROGRESSIVE_BOOLEAN

Enable avif allow progressive.

◆ AVIF_MAX_THREADS_NUMBER

auto SDL::prop::AnimationDecoder::Create::AVIF_MAX_THREADS_NUMBER
constexpr
Initial value:
=
IMG_PROP_ANIMATION_DECODER_CREATE_AVIF_MAX_THREADS_NUMBER

Number for avif max threads.

◆ FILENAME_STRING

auto SDL::prop::AnimationDecoder::Create::FILENAME_STRING
constexpr
Initial value:
=
IMG_PROP_ANIMATION_DECODER_CREATE_FILENAME_STRING

String for filename.

◆ GIF_NUM_COLORS_NUMBER

auto SDL::prop::AnimationDecoder::Create::GIF_NUM_COLORS_NUMBER
constexpr
Initial value:
=
IMG_PROP_ANIMATION_DECODER_CREATE_GIF_NUM_COLORS_NUMBER

Number for gif num colors.

◆ GIF_TRANSPARENT_COLOR_INDEX_NUMBER

auto SDL::prop::AnimationDecoder::Create::GIF_TRANSPARENT_COLOR_INDEX_NUMBER
constexpr
Initial value:
=
IMG_PROP_ANIMATION_DECODER_CREATE_GIF_TRANSPARENT_COLOR_INDEX_NUMBER

Number for gif transparent color index.

◆ IOSTREAM_AUTOCLOSE_BOOLEAN

auto SDL::prop::AnimationDecoder::Create::IOSTREAM_AUTOCLOSE_BOOLEAN
constexpr
Initial value:
=
IMG_PROP_ANIMATION_DECODER_CREATE_IOSTREAM_AUTOCLOSE_BOOLEAN

Enable iostream autoclose.

◆ IOSTREAM_POINTER

auto SDL::prop::AnimationDecoder::Create::IOSTREAM_POINTER
constexpr
Initial value:
=
IMG_PROP_ANIMATION_DECODER_CREATE_IOSTREAM_POINTER

Pointer to iostream.

◆ TIMEBASE_DENOMINATOR_NUMBER

auto SDL::prop::AnimationDecoder::Create::TIMEBASE_DENOMINATOR_NUMBER
constexpr
Initial value:
=
IMG_PROP_ANIMATION_DECODER_CREATE_TIMEBASE_DENOMINATOR_NUMBER

Number for timebase denominator.

◆ TIMEBASE_NUMERATOR_NUMBER

auto SDL::prop::AnimationDecoder::Create::TIMEBASE_NUMERATOR_NUMBER
constexpr
Initial value:
=
IMG_PROP_ANIMATION_DECODER_CREATE_TIMEBASE_NUMERATOR_NUMBER

Number for timebase numerator.

◆ TYPE_STRING

auto SDL::prop::AnimationDecoder::Create::TYPE_STRING
constexpr
Initial value:
=
IMG_PROP_ANIMATION_DECODER_CREATE_TYPE_STRING

String for type.