|
SDL3pp
A slim C++ wrapper for SDL3
|
Properties that can be used in the options parameter of Track.Play(). More...
Variables | |
| constexpr auto | LOOPS_NUMBER = MIX_PROP_PLAY_LOOPS_NUMBER |
| Number for loops. | |
| constexpr auto | MAX_FRAME_NUMBER |
| Number for max frame. | |
| constexpr auto | MAX_MILLISECONDS_NUMBER |
| Number for max milliseconds. | |
| constexpr auto | START_FRAME_NUMBER |
| Number for start frame. | |
| constexpr auto | START_MILLISECOND_NUMBER |
| Number for start millisecond. | |
| constexpr auto | START_ORDER_NUMBER |
| Number for start order. | |
| constexpr auto | LOOP_START_FRAME_NUMBER |
| Number for loop start frame. | |
| constexpr auto | LOOP_START_MILLISECOND_NUMBER |
| Number for loop start millisecond. | |
| constexpr auto | FADE_IN_FRAMES_NUMBER |
| Number for fade in frames. | |
| constexpr auto | FADE_IN_MILLISECONDS_NUMBER |
| Number for fade in milliseconds. | |
| constexpr auto | FADE_IN_START_GAIN_FLOAT |
| Float for fade in start gain. | |
| constexpr auto | APPEND_SILENCE_FRAMES_NUMBER |
| Number for append silence frames. | |
| constexpr auto | APPEND_SILENCE_MILLISECONDS_NUMBER |
| Number for append silence milliseconds. | |
| constexpr auto | HALT_WHEN_EXHAUSTED_BOOLEAN |
| Halt when exhausted enabled. | |
Properties that can be used in the options parameter of Track.Play().
|
constexpr |
Number for append silence frames.
|
constexpr |
Number for append silence milliseconds.
|
constexpr |
Number for fade in frames.
|
constexpr |
Number for fade in milliseconds.
|
constexpr |
Float for fade in start gain.
|
constexpr |
Halt when exhausted enabled.
|
constexpr |
Number for loop start frame.
|
constexpr |
Number for loop start millisecond.
|
constexpr |
Number for max frame.
|
constexpr |
Number for max milliseconds.
|
constexpr |
Number for start frame.
|
constexpr |
Number for start millisecond.
|
constexpr |
Number for start order.