26#ifndef TAGLIB_INFOTAG_H
27#define TAGLIB_INFOTAG_H
81 class StringHandlerPrivate;
83 std::unique_ptr<StringHandlerPrivate> d;
120 unsigned int year()
const override;
121 unsigned int track()
const override;
198 std::unique_ptr<TagPrivate> d;
A byte vector.
Definition: tbytevector.h:46
A generic, implicitly shared map.
Definition: tmap.h:45
A map for format-independent <key,values> tag representations.
Definition: tpropertymap.h:123
An abstraction for the string to data encoding in Info tags.
Definition: infotag.h:60
virtual String parse(const ByteVector &data) const
StringHandler(const StringHandler &)=delete
virtual ByteVector render(const String &s) const
StringHandler & operator=(const StringHandler &)=delete
The main class in the INFO tag implementation.
Definition: infotag.h:96
ByteVector render() const
void removeUnsupportedProperties(const StringList &props) override
void setTitle(const String &s) override
bool isEmpty() const override
void setTrack(unsigned int i) override
FieldListMap fieldListMap() const
String album() const override
unsigned int year() const override
void removeField(const ByteVector &id)
String artist() const override
String title() const override
void setComment(const String &s) override
String fieldText(const ByteVector &id) const
PropertyMap properties() const override
Tag & operator=(const Tag &)=delete
void setAlbum(const String &s) override
void setFieldText(const ByteVector &id, const String &s)
void parse(const ByteVector &data)
static void setStringHandler(const StringHandler *handler)
String comment() const override
void setYear(unsigned int i) override
PropertyMap setProperties(const PropertyMap &props) override
String genre() const override
void setGenre(const String &s) override
void setArtist(const String &s) override
unsigned int track() const override
Tag(const ByteVector &data)
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
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition: taglib_export.h:55