taglib_tag_set_genre

Sets the tag's genre.

By default this string should be UTF8 encoded.

extern (C)
void
taglib_tag_set_genre
(
TagLib_Tag* tag
,
const(char)* genre
)