26 #ifndef TAGLIB_SYNCHRONIZEDLYRICSFRAME_H
27 #define TAGLIB_SYNCHRONIZEDLYRICSFRAME_H
42 friend class FrameFactory;
49 enum TimestampFormat {
54 AbsoluteMpegFrames = 0x01,
57 AbsoluteMilliseconds = 0x02
69 TextTranscription = 0x02,
88 SynchedText(
unsigned int ms, String str) : time(ms), text(str) {}
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;