27 #ifndef TAGLIB_PRIVATEFRAME_H 28 #define TAGLIB_PRIVATEFRAME_H 69 String toString()
const override;
86 void setOwner(
const String &s);
96 void parseFields(
const ByteVector &data)
override;
105 class PrivateFramePrivate;
107 std::unique_ptr<PrivateFramePrivate> d;
An implementation of ID3v2 private frame.
Definition: privateframe.h:39
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
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