26#ifndef TAGLIB_DSDIFFDIINTAG_H
27#define TAGLIB_DSDIFFDIINTAG_H
78 unsigned int year()
const override;
83 unsigned int track()
const override;
141 std::unique_ptr<TagPrivate> d;
Definition: dsdiffdiintag.h:43
void setAlbum(const String &album) override
void setComment(const String &comment) override
String artist() const override
PropertyMap setProperties(const PropertyMap &) override
String genre() const override
String album() const override
unsigned int track() const override
void setArtist(const String &artist) override
void setTrack(unsigned int track) override
String title() const override
PropertyMap properties() const override
void setGenre(const String &genre) override
unsigned int year() const override
String comment() const override
void setYear(unsigned int year) override
void setTitle(const String &title) 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