26#ifndef TAGLIB_APETAG_H
27#define TAGLIB_APETAG_H
97 unsigned int year()
const override;
98 unsigned int track()
const override;
208 std::unique_ptr<TagPrivate> d;
An implementation of APE-items.
Definition: apeitem.h:41
An APE tag implementation.
Definition: apetag.h:57
PropertyMap setProperties(const PropertyMap &) override
static bool checkKey(const String &)
void setData(const String &key, const ByteVector &value)
PropertyMap properties() const override
Tag & operator=(const Tag &)=delete
List< VariantMap > complexProperties(const String &key) const override
const ItemListMap & itemListMap() const
String artist() const override
String genre() const override
unsigned int track() const override
String title() const override
bool setComplexProperties(const String &key, const List< VariantMap > &value) override
Tag(TagLib::File *file, offset_t footerLocation)
void setTrack(unsigned int i) override
void setComment(const String &s) override
unsigned int year() const override
void removeItem(const String &key)
void setAlbum(const String &s) override
bool isEmpty() const override
void addValue(const String &key, const String &value, bool replace=true)
void parse(const ByteVector &data)
void removeUnsupportedProperties(const StringList &properties) override
void setItem(const String &key, const Item &item)
StringList complexPropertyKeys() const override
void setGenre(const String &s) override
ByteVector render() const
String album() const override
static ByteVector fileIdentifier()
void setArtist(const String &s) override
String comment() const override
void setYear(unsigned int i) override
void setTitle(const String &s) override
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 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