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