|
TagLib 1.11.1 (commentsframe.h Source File) |
|
|
Go to the documentation of this file.
26 #ifndef TAGLIB_COMMENTSFRAME_H
27 #define TAGLIB_COMMENTSFRAME_H
45 friend class FrameFactory;
57 explicit CommentsFrame(
const ByteVector &data);
62 virtual ~CommentsFrame();
69 virtual String toString()
const;
88 String description()
const;
104 void setLanguage(
const ByteVector &languageCode);
111 void setDescription(
const String &s);
118 virtual void setText(
const String &s);
162 virtual void parseFields(
const ByteVector &data);
173 class CommentsFramePrivate;
174 CommentsFramePrivate *d;
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
The main class in the ID3v2 implementation.
Definition: id3v2tag.h:154
Type
Definition: tstring.h:95
A map for format-independent <key,valuelist> tag representations.
Definition: tpropertymap.h:127
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