|
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
105 class PrivateFramePrivate;
106 PrivateFramePrivate *d;
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
A factory for creating ID3v2 frames during parsing.
Definition: id3v2framefactory.h:66
virtual ByteVector renderFields() const
void setOwner(const String &s)
virtual String toString() const
void setData(const ByteVector &v)
An implementation of ID3v2 privateframe.
Definition: privateframe.h:40
A byte vector.
Definition: tbytevector.h:46
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
ID3v2 frame implementation.
Definition: id3v2frame.h:55
virtual void parseFields(const ByteVector &data)
A wide string class suitable for unicode.
Definition: tstring.h:85
PrivateFrame(const ByteVector &data)