22 #ifndef TAGLIB_MODTAG_H
23 #define TAGLIB_MODTAG_H
94 String trackerName()
const;
104 void setTitle(
const String &title);
109 void setArtist(
const String &artist);
114 void setAlbum(
const String &album);
133 void setComment(
const String &comment);
138 void setGenre(
const String &genre);
143 void setYear(
uint year);
148 void setTrack(
uint track);
160 void setTrackerName(
const String &trackerName);
180 Tag &operator=(
const Tag &);
unsigned int uint
Definition: taglib.h:66
A map for format-independent tag representations.
Definition: tpropertymap.h:104
A wide string class suitable for unicode.
Definition: tstring.h:78
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
String TAGLIB_EXPORT genre(int index)