26 #ifndef TAGLIB_APETAG_H 27 #define TAGLIB_APETAG_H 76 Tag &operator=(
const Tag &) =
delete;
92 String title()
const override;
93 String artist()
const override;
94 String album()
const override;
95 String comment()
const override;
97 unsigned int year()
const override;
98 unsigned int track()
const override;
100 void setTitle(
const String &s)
override;
101 void setArtist(
const String &s)
override;
102 void setAlbum(
const String &s)
override;
103 void setComment(
const String &s)
override;
104 void setGenre(
const String &s)
override;
105 void setYear(
unsigned int i)
override;
106 void setTrack(
unsigned int i)
override;
125 void removeUnsupportedProperties(
const StringList &properties)
override;
135 StringList complexPropertyKeys()
const override;
142 static bool checkKey(
const String&);
166 void removeItem(
const String &key);
173 void addValue(
const String &key,
const String &value,
bool replace =
true);
186 void setItem(
const String &key,
const Item &item);
191 bool isEmpty()
const override;
208 std::unique_ptr<TagPrivate> d;
A generic, implicitly shared list.
Definition: tlist.h:53
An APE tag implementation.
Definition: apetag.h:56
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 file class with some useful methods for tag manipulation.
Definition: tfile.h:50
A wide string class suitable for unicode.
Definition: tstring.h:82
A byte vector.
Definition: tbytevector.h:45
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition: taglib_export.h:55
A generic, implicitly shared map.
Definition: tmap.h:44
A list of strings.
Definition: tstringlist.h:43
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
An implementation of APE-items.
Definition: apeitem.h:40
String TAGLIB_EXPORT genre(int index)
off_t offset_t
Definition: taglib.h:64
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41