26#ifndef TAGLIB_MP4TAG_H
27#define TAGLIB_MP4TAG_H
59 unsigned int year()
const override;
60 unsigned int track()
const override;
67 void setYear(
unsigned int value)
override;
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 byte vector.
Definition: tbytevector.h:46
A file class with some useful methods for tag manipulation.
Definition: tfile.h:51
A generic, implicitly shared list.
Definition: tlist.h:54
A factory for creating MP4 items during parsing.
Definition: mp4itemfactory.h:70
MP4 item.
Definition: mp4item.h:37
An MP4 tag implementation.
Definition: mp4tag.h:44
Tag(TagLib::File *file, Atoms *atoms, const ItemFactory *factory=nullptr)
void setAlbum(const String &value) override
Tag & operator=(const Tag &)=delete
void setComment(const String &value) override
StringList complexPropertyKeys() const override
void setItem(const String &key, const Item &value)
void removeUnsupportedProperties(const StringList &props) override
void removeItem(const String &key)
void setTextItem(const String &key, const String &value)
bool isEmpty() const override
List< VariantMap > complexProperties(const String &key) const override
PropertyMap properties() const override
String genre() const override
bool setComplexProperties(const String &key, const List< VariantMap > &value) override
void setArtist(const String &value) override
void setYear(unsigned int value) override
String title() const override
unsigned int track() const override
void setTrack(unsigned int value) override
const ItemMap & itemMap() const
bool contains(const String &key) const
void setGenre(const String &value) override
String artist() const override
String comment() const override
String album() const override
unsigned int year() const override
Item item(const String &key) const
PropertyMap setProperties(const PropertyMap &props) override
void setTitle(const String &value) override
A generic, implicitly shared map.
Definition: tmap.h:45
A map for format-independent <key,values> tag representations.
Definition: tpropertymap.h:123
A list of strings.
Definition: tstringlist.h:44
A wide string class suitable for unicode.
Definition: tstring.h:83
A simple, generic interface to common audio metadata fields.
Definition: tag.h:49
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
off_t offset_t
Definition: taglib.h:64
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition: taglib_export.h:55