26 #ifndef TAGLIB_MP4TAG_H
27 #define TAGLIB_MP4TAG_H
60 void setTitle(
const String &value);
61 void setArtist(
const String &value);
62 void setAlbum(
const String &value);
63 void setComment(
const String &value);
64 void setGenre(
const String &value);
65 void setYear(
uint value);
66 void setTrack(
uint value);
68 ItemListMap &itemListMap();
71 void removeUnsupportedProperties(
const StringList& properties);
75 AtomDataList parseData2(Atom *atom,
TagLib::File *file,
int expectedFlags = -1,
bool freeForm =
false);
77 void parseText(Atom *atom,
TagLib::File *file,
int expectedFlags = 1);
102 void updateParents(AtomList &path,
long delta,
int ignore = 0);
103 void updateOffsets(
long delta,
long offset);
108 void addItem(
const String &name,
const Item &value);
A list of ByteVectors.
Definition: tbytevectorlist.h:41
unsigned int uint
Definition: taglib.h:66
A map for format-independent tag representations.
Definition: tpropertymap.h:104
A file class with some useful methods for tag manipulation.
Definition: tfile.h:50
A wide string class suitable for unicode.
Definition: tstring.h:78
A byte vector.
Definition: tbytevector.h:45
A generic, implicitly shared map.
Definition: tmap.h:43
A list of strings.
Definition: tstringlist.h:45
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
String TAGLIB_EXPORT genre(int index)
TagLib::Map< String, Item > ItemListMap
Definition: mp4tag.h:42
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41