taglib_tag_album

Returns a string with this tag's album name.

By default this string should be UTF8 encoded and its memory should be freed using taglib_tag_free_strings().

extern (C)
char*
taglib_tag_album
(
const(TagLib_Tag)* tag
)