taglib_tag_set_artist

Sets the tag's artist.

By default this string should be UTF8 encoded.

extern (C)
void
taglib_tag_set_artist
(
TagLib_Tag* tag
,
const(char)* artist
)