SDL Wiki
(This function is part of SDL_mixer, a separate library from SDL.)

Mix_GetMusicTitleTag

Get the title for a music object.

Syntax

const char* Mix_GetMusicTitleTag(const Mix_Music *music);

Function Parameters

music the music object to query, or NULL for the currently-playing music.

Return Value

Returns the music's title if available, or "".

Remarks

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 ("").

Version

This function is available since SDL_mixer 2.6.0.


CategoryAPI


[ edit | delete | history | feedback | raw ]

[ front page | index | search | recent changes | git repo | offline html ]

All wiki content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Wiki powered by ghwikipp.