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;
181 void setLanguage(
const ByteVector &languageCode);
195 void setType(
Type t);
202 void setDescription(
const String &s);
214 virtual void parseFields(
const ByteVector &data);
225 class SynchronizedLyricsFramePrivate;
226 SynchronizedLyricsFramePrivate *d;
A generic, implicitly shared list.
Definition: tlist.h:53
String text
Definition: synchronizedlyricsframe.h:90
A wide string class suitable for unicode.
Definition: tstring.h:84
A byte vector.
Definition: tbytevector.h:45
A factory for creating ID3v2 frames during parsing.
Definition: id3v2framefactory.h:65
Type
Definition: synchronizedlyricsframe.h:63
TagLib::List< SynchedText > SynchedTextList
Definition: synchronizedlyricsframe.h:96
SynchedText(unsigned int ms, String str)
Definition: synchronizedlyricsframe.h:88
ID3v2 frame implementation.
Definition: id3v2frame.h:54
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
unsigned int time
Definition: synchronizedlyricsframe.h:89
ID3v2 synchronized lyrics frame.
Definition: synchronizedlyricsframe.h:40
Definition: synchronizedlyricsframe.h:87
Type
Definition: tstring.h:97
TimestampFormat
Definition: synchronizedlyricsframe.h:49
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
Definition: tstring.h:101