|
SDL3pp
A slim C++ wrapper for SDL3
|
Variables | |
| constexpr auto | TITLE_STRING |
| String for title. | |
| constexpr auto | ARTIST_STRING |
| String for artist. | |
| constexpr auto | ALBUM_STRING |
| String for album. | |
| constexpr auto | COPYRIGHT_STRING |
| String for copyright. | |
| constexpr auto | TRACK_NUMBER |
| Number for track. | |
| constexpr auto | TOTAL_TRACKS_NUMBER |
| Number for total tracks. | |
| constexpr auto | YEAR_NUMBER |
| Number for year. | |
| constexpr auto | DURATION_FRAMES_NUMBER |
| Number for duration frames. | |
| constexpr auto | DURATION_INFINITE_BOOLEAN |
| Enable duration infinite. | |
Metadata for audio.
|
constexpr |
String for album.
|
constexpr |
String for artist.
|
constexpr |
String for copyright.
|
constexpr |
Number for duration frames.
|
constexpr |
Enable duration infinite.
|
constexpr |
String for title.
|
constexpr |
Number for total tracks.
|
constexpr |
Number for track.
|
constexpr |
Number for year.