27 #ifndef TAGLIB_POPULARIMETERFRAME_H 28 #define TAGLIB_POPULARIMETERFRAME_H 72 String toString()
const override;
91 void setEmail(
const String &s);
105 void setRating(
int s);
112 unsigned int counter()
const;
119 void setCounter(
unsigned int s);
124 void parseFields(
const ByteVector &data)
override;
133 class PopularimeterFramePrivate;
135 std::unique_ptr<PopularimeterFramePrivate> d;
A wide string class suitable for unicode.
Definition: tstring.h:82
A byte vector.
Definition: tbytevector.h:45
A factory for creating ID3v2 frames during parsing.
Definition: id3v2framefactory.h:67
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition: taglib_export.h:55
A list of strings.
Definition: tstringlist.h:43
ID3v2 frame implementation.
Definition: id3v2frame.h:56
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
An implementation of ID3v2 "popularimeter".
Definition: popularimeterframe.h:44