|
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();
90 virtual String title()
const;
91 virtual String artist()
const;
92 virtual String album()
const;
93 virtual String comment()
const;
94 virtual String
genre()
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);
120 PropertyMap properties()
const;
122 void removeUnsupportedProperties(
const StringList &properties);
130 PropertyMap setProperties(
const PropertyMap &);
135 static bool checkKey(
const String&);
140 Footer *footer()
const;
159 void removeItem(
const String &key);
166 void addValue(
const String &key,
const String &value,
bool replace =
true);
173 void setData(
const String &key,
const ByteVector &value);
179 void setItem(
const String &key,
const Item &item);
184 bool isEmpty()
const;
196 void parse(
const ByteVector &data);
200 Tag &operator=(
const Tag &);
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
#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:71