|
SDL3pp
A slim C++ wrapper for SDL3
|
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. | |
Supported properties for creating an animation decoder.
|
constexpr |
Enable avif allow incremental.
|
constexpr |
Enable avif allow progressive.
|
constexpr |
Number for avif max threads.
|
constexpr |
String for filename.
|
constexpr |
Number for gif num colors.
|
constexpr |
Number for gif transparent color index.
|
constexpr |
Enable iostream autoclose.
|
constexpr |
Pointer to iostream.
|
constexpr |
Number for timebase denominator.
|
constexpr |
Number for timebase numerator.
|
constexpr |
String for type.