26#ifndef TAGLIB_ASFTAG_H
27#define TAGLIB_ASFTAG_H
98 unsigned int year()
const override;
104 unsigned int track()
const override;
217 std::unique_ptr<TagPrivate> d;
Attribute of ASF (WMA) metadata.
Definition: asfattribute.h:44
An implementation of TagLib::File with ASF specific methods.
Definition: asffile.h:47
An implementation of ASF (WMA) tags.
Definition: asftag.h:44
void removeUnsupportedProperties(const StringList &props) override
AttributeList attribute(const String &name) const
void setAlbum(const String &value) override
virtual String rating() const
void setTrack(unsigned int value) override
StringList complexPropertyKeys() const override
bool contains(const String &key) const
void setArtist(const String &value) override
void setGenre(const String &value) override
bool isEmpty() const override
void setTitle(const String &value) override
void addAttribute(const String &name, const Attribute &attribute)
virtual void setRating(const String &value)
String title() const override
void setYear(unsigned int value) override
bool setComplexProperties(const String &key, const List< VariantMap > &value) override
void setAttribute(const String &name, const AttributeList &values)
void removeItem(const String &key)
Tag & operator=(const Tag &)=delete
unsigned int track() const override
String genre() const override
List< VariantMap > complexProperties(const String &key) const override
PropertyMap properties() const override
PropertyMap setProperties(const PropertyMap &props) override
virtual void setCopyright(const String &value)
const AttributeListMap & attributeListMap() const
String artist() const override
void setComment(const String &value) override
String album() const override
void setAttribute(const String &name, const Attribute &attribute)
AttributeListMap & attributeListMap()
virtual String copyright() const
String comment() const override
unsigned int year() const override
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
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition: taglib_export.h:55