|
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;
79 ByteVector language()
const;
88 String description()
const;
104 void setLanguage(
const ByteVector &languageCode);
111 void setDescription(
const String &s);
118 virtual void setText(
const String &s);
148 PropertyMap asProperties()
const;
157 static CommentsFrame *findByDescription(
const Tag *tag,
const String &d);
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
Type
Definition: tstring.h:97
@ Latin1
Definition: tstring.h:101
A byte vector.
Definition: tbytevector.h:67
#define TAGLIB_EXPORT
Definition: taglib_export.h:40