|
SDL3pp
A slim C++ wrapper for SDL3
|
Supported properties for creating an animation encoder. 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 | QUALITY_NUMBER |
| Number for quality. | |
| 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_KEYFRAME_INTERVAL_NUMBER |
| Number for avif keyframe interval. | |
| constexpr auto | GIF_USE_LUT_BOOLEAN |
| Enable gif use lut. | |
Supported properties for creating an animation encoder.
|
constexpr |
Number for avif keyframe interval.
|
constexpr |
Number for avif max threads.
|
constexpr |
String for filename.
|
constexpr |
Enable gif use lut.
|
constexpr |
Enable iostream autoclose.
|
constexpr |
Pointer to iostream.
|
constexpr |
Number for quality.
|
constexpr |
Number for timebase denominator.
|
constexpr |
Number for timebase numerator.
|
constexpr |
String for type.