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);
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);