|
TagLib 1.11.1 (apetag.h Source File) |
|
|
Go to the documentation of this file.
26 #ifndef TAGLIB_APETAG_H
27 #define TAGLIB_APETAG_H
80 ByteVector render()
const;
86 static ByteVector fileIdentifier();
91 virtual String artist()
const;
92 virtual String album()
const;
93 virtual String comment()
const;
95 virtual unsigned int year()
const;
96 virtual unsigned int track()
const;
98 virtual void setTitle(
const String &s);
99 virtual void setArtist(
const String &s);
100 virtual void setAlbum(
const String &s);
101 virtual void setComment(
const String &s);
102 virtual void setGenre(
const String &s);
103 virtual void setYear(
unsigned int i);
104 virtual void setTrack(
unsigned int i);
122 void removeUnsupportedProperties(
const StringList &properties);
135 static bool checkKey(
const String&);
159 void removeItem(
const String &key);
166 void addValue(
const String &key,
const String &value,
bool replace =
true);
179 void setItem(
const String &key,
const Item &item);
184 bool isEmpty()
const;
A list of strings.
Definition: tstringlist.h:67
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
An implementation of APE-items.
Definition: apeitem.h:85
A map for format-independent <key,valuelist> tag representations.
Definition: tpropertymap.h:130
A generic, implicitly shared map.
Definition: tmap.h:65
A byte vector.
Definition: tbytevector.h:67
An APE tag implementation.
Definition: apetag.h:79
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
String TAGLIB_EXPORT genre(int index)
Map< const String, Item > ItemListMap
Definition: apetag.h:66
A file class with some useful methods for tag manipulation.
Definition: tfile.h:72
A wide string class suitable for unicode.
Definition: tstring.h:85