26 #ifndef TAGLIB_MP4TAG_H 27 #define TAGLIB_MP4TAG_H 51 Tag &operator=(
const Tag &) =
delete;
54 String title()
const override;
55 String artist()
const override;
56 String album()
const override;
57 String comment()
const override;
59 unsigned int year()
const override;
60 unsigned int track()
const override;
62 void setTitle(
const String &value)
override;
63 void setArtist(
const String &value)
override;
64 void setAlbum(
const String &value)
override;
65 void setComment(
const String &value)
override;
66 void setGenre(
const String &value)
override;
67 void setYear(
unsigned int value)
override;
68 void setTrack(
unsigned int value)
override;
70 bool isEmpty()
const override;
85 void setItem(
const String &key,
const Item &value);
91 void removeItem(
const String &key);
96 bool contains(
const String &key)
const;
104 void removeUnsupportedProperties(
const StringList &props)
override;
107 StringList complexPropertyKeys()
const override;
116 void setTextItem(
const String &key,
const String &value);
123 void updateParents(
const AtomList &path,
offset_t delta,
int ignore = 0);
127 void saveExisting(
ByteVector data,
const AtomList &path);
129 void addItem(
const String &name,
const Item &value);
133 std::unique_ptr<TagPrivate> d;
A generic, implicitly shared list.
Definition: tlist.h:53
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
MP4 item.
Definition: mp4item.h:37
A list of strings.
Definition: tstringlist.h:43
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
An MP4 tag implementation.
Definition: mp4tag.h:43
A factory for creating MP4 items during parsing.
Definition: mp4itemfactory.h:69
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