taglib_tag_set_album

Sets the tag's album.

By default this string should be UTF8 encoded.

extern (C)
void
taglib_tag_set_album
(
TagLib_Tag* tag
,
const(char)* album
)