27#ifndef TAGLIB_POPULARIMETERFRAME_H
28#define TAGLIB_POPULARIMETERFRAME_H
133 class PopularimeterFramePrivate;
135 std::unique_ptr<PopularimeterFramePrivate> d;
A byte vector.
Definition: tbytevector.h:46
A factory for creating ID3v2 frames during parsing.
Definition: id3v2framefactory.h:68
ID3v2 frame implementation.
Definition: id3v2frame.h:57
An implementation of ID3v2 "popularimeter".
Definition: popularimeterframe.h:45
void setCounter(unsigned int s)
PopularimeterFrame(const PopularimeterFrame &)=delete
String toString() const override
StringList toStringList() const override
PopularimeterFrame(const ByteVector &data)
unsigned int counter() const
PopularimeterFrame & operator=(const PopularimeterFrame &)=delete
ByteVector renderFields() const override
void parseFields(const ByteVector &data) override
~PopularimeterFrame() override
void setEmail(const String &s)
A list of strings.
Definition: tstringlist.h:44
A wide string class suitable for unicode.
Definition: tstring.h:83
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