debian/compat
author |
Vitaly Novichkov |
|
Mon, 23 Dec 2019 14:01:02 +0300 |
changeset 1119 |
24ca9a03d51c |
parent 605 |
89bac9307337
|
permissions |
-rw-r--r-- |
introduce MetaTags api
In some games or players it would be possible to print a title and
some minor tags about playing music.
There are 5 added functions which can give meta-tags from music if
they are available or supported by a codec:
- Mix_GetMusicTitle() gives song title.
Unlike Mix_GetMusicTitleTag, returns filename if tag is blank.
- Mix_GetMusicTitleTag() gives song title
- Mix_GetMusicArtistTag() gives artist name
- Mix_GetMusicAlbumTag() gives album name
- Mix_GetMusicCopyrightTag() gives copyright tag