26 #ifndef TAGLIB_DSDIFFDIINTAG_H 27 #define TAGLIB_DSDIFFDIINTAG_H 52 String title()
const override;
58 String artist()
const override;
63 String album()
const override;
68 String comment()
const override;
78 unsigned int year()
const override;
83 unsigned int track()
const override;
89 void setTitle(
const String &title)
override;
95 void setArtist(
const String &artist)
override;
100 void setAlbum(
const String &album)
override;
105 void setComment(
const String &comment)
override;
115 void setYear(
unsigned int year)
override;
120 void setTrack(
unsigned int track)
override;
141 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
Definition: dsdiffdiintag.h:42
String TAGLIB_EXPORT genre(int index)
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41