26#ifndef TAGLIB_SHORTENTAG_H
27#define TAGLIB_SHORTENTAG_H
78 unsigned int year()
const override;
83 unsigned int track()
const override;
133 std::unique_ptr<TagPrivate> d;
A map for format-independent <key,values> tag representations.
Definition tpropertymap.h:123
A Shorten file tag implementation.
Definition shortentag.h:42
String album() const override
PropertyMap setProperties(const PropertyMap &) override
unsigned int track() const override
void setYear(unsigned int year) override
String comment() const override
void setComment(const String &comment) override
String title() const override
Tag & operator=(const Tag &)=delete
unsigned int year() const override
void setTrack(unsigned int track) override
String artist() const override
void setGenre(const String &genre) override
String genre() const override
void setTitle(const String &title) override
void setAlbum(const String &album) override
PropertyMap properties() const override
void setArtist(const String &artist) override
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