26 #ifndef TAGLIB_MODTAG_H 27 #define TAGLIB_MODTAG_H 55 Tag &operator=(
const Tag &) =
delete;
61 String title()
const override;
66 String artist()
const override;
71 String album()
const override;
78 String comment()
const override;
88 unsigned int year()
const override;
93 unsigned int track()
const override;
102 String trackerName()
const;
112 void setTitle(
const String &title)
override;
117 void setArtist(
const String &artist)
override;
122 void setAlbum(
const String &album)
override;
141 void setComment(
const String &comment)
override;
151 void setYear(
unsigned int year)
override;
156 void setTrack(
unsigned int track)
override;
168 void setTrackerName(
const String &trackerName);
189 std::unique_ptr<TagPrivate> d;
A map for format-independent <key,values> tag representations.
Definition: tpropertymap.h:122
A simple, generic interface to common audio metadata fields.
Definition: tag.h:48
A wide string class suitable for unicode.
Definition: tstring.h:82
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition: taglib_export.h:55
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
A module file tag implementation.
Definition: modtag.h:48
String TAGLIB_EXPORT genre(int index)
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41