|
TagLib 1.11.1 (privateframe.h Source File) |
|
|
Go to the documentation of this file.
27 #ifndef TAGLIB_PRIVATEFRAME_H
28 #define TAGLIB_PRIVATEFRAME_H
41 friend class FrameFactory;
54 explicit PrivateFrame(
const ByteVector &data);
59 virtual ~PrivateFrame();
66 virtual String toString()
const;
83 void setOwner(
const String &s);
93 virtual void parseFields(
const ByteVector &data);
105 class PrivateFramePrivate;
106 PrivateFramePrivate *d;
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
An implementation of ID3v2 privateframe.
Definition: privateframe.h:77
A byte vector.
Definition: tbytevector.h:64
#define TAGLIB_EXPORT
Definition: taglib_export.h:38
A wide string class suitable for unicode.
Definition: tstring.h:82