taglib_tag_artist

Returns a string with this tag's artist.

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

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