taglib_tag_set_title

Sets the tag's title.

By default this string should be UTF8 encoded.

extern (C)
void
taglib_tag_set_title
(
TagLib_Tag* tag
,
const(char)* title
)