|
TagLib 1.11.1 (unknownframe.h Source File) |
|
|
|
Go to the documentation of this file.
26 #ifndef TAGLIB_UNKNOWNFRAME_H
27 #define TAGLIB_UNKNOWNFRAME_H
73 class UnknownFramePrivate;
74 UnknownFramePrivate *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
A frame type unknown to TagLib.
Definition: unknownframe.h:50
virtual ByteVector renderFields() const
A byte vector.
Definition: tbytevector.h:46
UnknownFrame(const ByteVector &data)
virtual String toString() const
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
virtual void parseFields(const ByteVector &data)
ID3v2 frame implementation.
Definition: id3v2frame.h:55
A wide string class suitable for unicode.
Definition: tstring.h:85