26 #ifndef TAGLIB_SYNCHRONIZEDLYRICSFRAME_H 27 #define TAGLIB_SYNCHRONIZEDLYRICSFRAME_H 54 AbsoluteMpegFrames = 0x01,
57 AbsoluteMilliseconds = 0x02
69 TextTranscription = 0x02,
119 virtual String toString()
const;
158 String description()
const;
163 SynchedTextList synchedText()
const;
181 void setLanguage(
const ByteVector &languageCode);
195 void setType(
Type t);
202 void setDescription(
const String &s);
209 void setSynchedText(
const SynchedTextList &t);
214 virtual void parseFields(
const ByteVector &data);
225 class SynchronizedLyricsFramePrivate;
226 SynchronizedLyricsFramePrivate *d;
A factory for creating ID3v2 frames during parsing.
Definition: id3v2framefactory.h:65
TimestampFormat
Specifies the timestamp format used.
Definition: synchronizedlyricsframe.h:49
IS08859-1, or Latin1 encoding.
Definition: tstring.h:101
A generic, implicitly shared list.
Definition: tlist.h:53
Type
Specifies the type of text contained.
Definition: synchronizedlyricsframe.h:63
String text
Definition: synchronizedlyricsframe.h:90
A byte vector.
Definition: tbytevector.h:45
Type
Definition: tstring.h:97
A wide string class suitable for unicode.
Definition: tstring.h:84
ID3v2 frame implementation.
Definition: id3v2frame.h:54
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
ID3v2 synchronized lyrics frame.
Definition: synchronizedlyricsframe.h:40
A namespace for all TagLib related classes and functions.
Definition: aifffile.h:33
TagLib::List< SynchedText > SynchedTextList
List of synchronized lyrics.
Definition: synchronizedlyricsframe.h:96
unsigned int time
Definition: synchronizedlyricsframe.h:89
SynchedText(unsigned int ms, String str)
Definition: synchronizedlyricsframe.h:88
Single entry of time stamp and lyrics text.
Definition: synchronizedlyricsframe.h:87