|
TagLib 1.11.1 (synchronizedlyricsframe.h Source File) |
|
|
Go to the documentation of this file.
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) {}
107 explicit SynchronizedLyricsFrame(
const ByteVector &data);
119 virtual String toString()
const;
158 String description()
const;
181 void setLanguage(
const ByteVector &languageCode);
195 void setType(
Type t);
214 virtual void parseFields(
const ByteVector &data);
225 class SynchronizedLyricsFramePrivate;
226 SynchronizedLyricsFramePrivate *d;
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
Type
Definition: synchronizedlyricsframe.h:126
A generic, implicitly shared list.
Definition: tlist.h:75
Type
Definition: tstring.h:97
@ Latin1
Definition: tstring.h:101
A byte vector.
Definition: tbytevector.h:67
ID3v2 synchronized lyrics frame.
Definition: synchronizedlyricsframe.h:83
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
TimestampFormat
Definition: synchronizedlyricsframe.h:112
A wide string class suitable for unicode.
Definition: tstring.h:85