28 #ifndef TAGLIB_UNSYNCHRONIZEDLYRICSFRAME_H
29 #define TAGLIB_UNSYNCHRONIZEDLYRICSFRAME_H
173 class UnsynchronizedLyricsFramePrivate;
174 UnsynchronizedLyricsFramePrivate *d;
A byte vector.
Definition: tbytevector.h:46
A factory for creating ID3v2 frames during parsing.
Definition: id3v2framefactory.h:66
ID3v2 frame implementation.
Definition: id3v2frame.h:55
The main class in the ID3v2 implementation.
Definition: id3v2tag.h:128
ID3v2 unsynchronized lyrics frame.
Definition: unsynchronizedlyricsframe.h:42
ByteVector language() const
String::Type textEncoding() const
void setTextEncoding(String::Type encoding)
UnsynchronizedLyricsFrame(const ByteVector &data)
static UnsynchronizedLyricsFrame * findByDescription(const Tag *tag, const String &d)
void setDescription(const String &s)
String description() const
virtual String toString() const
virtual ~UnsynchronizedLyricsFrame()
virtual void parseFields(const ByteVector &data)
UnsynchronizedLyricsFrame(String::Type encoding=String::Latin1)
PropertyMap asProperties() const
virtual void setText(const String &s)
virtual ByteVector renderFields() const
void setLanguage(const ByteVector &languageCode)
A map for format-independent <key,valuelist> tag representations.
Definition: tpropertymap.h:114
A wide string class suitable for unicode.
Definition: tstring.h:85
Type
Definition: tstring.h:97
@ Latin1
Definition: tstring.h:101
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
#define TAGLIB_EXPORT
Definition: taglib_export.h:40