|
TagLib 1.12 (unsynchronizedlyricsframe.h Source File) |
|
|
Go to the documentation of this file.
28 #ifndef TAGLIB_UNSYNCHRONIZEDLYRICSFRAME_H
29 #define TAGLIB_UNSYNCHRONIZEDLYRICSFRAME_H
43 friend class FrameFactory;
55 explicit UnsynchronizedLyricsFrame(
const ByteVector &data);
60 virtual ~UnsynchronizedLyricsFrame();
67 virtual String toString()
const;
77 ByteVector language()
const;
86 String description()
const;
102 void setLanguage(
const ByteVector &languageCode);
109 void setDescription(
const String &s);
116 virtual void setText(
const String &s);
162 virtual void parseFields(
const ByteVector &data);
173 class UnsynchronizedLyricsFramePrivate;
174 UnsynchronizedLyricsFramePrivate *d;
ID3v2 unsynchronized lyrics frame.
Definition: unsynchronizedlyricsframe.h:87
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
The main class in the ID3v2 implementation.
Definition: id3v2tag.h:148
Type
Definition: tstring.h:97
A map for format-independent <key,valuelist> tag representations.
Definition: tpropertymap.h:134
@ Latin1
Definition: tstring.h:101
A byte vector.
Definition: tbytevector.h:66
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
A wide string class suitable for unicode.
Definition: tstring.h:84