28 #ifndef TAGLIB_UNSYNCHRONIZEDLYRICSFRAME_H 29 #define TAGLIB_UNSYNCHRONIZEDLYRICSFRAME_H 70 String toString()
const override;
89 String description()
const;
105 void setLanguage(
const ByteVector &languageEncoding);
112 void setDescription(
const String &s);
119 void setText(
const String &s)
override;
165 void parseFields(
const ByteVector &data)
override;
174 class UnsynchronizedLyricsFramePrivate;
176 std::unique_ptr<UnsynchronizedLyricsFramePrivate> d;
A map for format-independent <key,values> tag representations.
Definition: tpropertymap.h:122
A wide string class suitable for unicode.
Definition: tstring.h:82
A byte vector.
Definition: tbytevector.h:45
A factory for creating ID3v2 frames during parsing.
Definition: id3v2framefactory.h:67
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition: taglib_export.h:55
ID3v2 frame implementation.
Definition: id3v2frame.h:56
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
ID3v2 unsynchronized lyrics frame.
Definition: unsynchronizedlyricsframe.h:41
The main class in the ID3v2 implementation.
Definition: id3v2tag.h:133
Type
Definition: tstring.h:96
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
Definition: tstring.h:100