Get the title for a music object.
Defined in SDL_mixer.h
music | the music object to query, or NULL for the currently-playing music. |
Returns the music's title if available, or "".
This returns format-specific metadata. Not all file formats supply this!
If music
is NULL, this will query the currently-playing music.
Unlike this function, Mix_GetMusicTitle() produce a string with the music's filename if a title isn't available, which might be preferable for some applications.
This function never returns NULL! If no data is available, it will return an empty string ("").
This function is available since SDL_mixer 3.0.0.