26 #ifndef TAGLIB_SYNCHRONIZEDLYRICSFRAME_H 27 #define TAGLIB_SYNCHRONIZEDLYRICSFRAME_H 54 AbsoluteMpegFrames = 0x01,
57 AbsoluteMilliseconds = 0x02
69 TextTranscription = 0x02,
89 time(ms), text(str) { }
123 String toString()
const override;
162 String description()
const;
185 void setLanguage(
const ByteVector &languageEncoding);
199 void setType(
Type t);
206 void setDescription(
const String &s);
218 void parseFields(
const ByteVector &data)
override;
227 class SynchronizedLyricsFramePrivate;
229 std::unique_ptr<SynchronizedLyricsFramePrivate> d;
A generic, implicitly shared list.
Definition: tlist.h:53
String text
Definition: synchronizedlyricsframe.h:91
SynchedText(unsigned int ms, const String &str)
Definition: synchronizedlyricsframe.h:88
A wide string class suitable for unicode.
Definition: tstring.h:82
A byte vector.
Definition: tbytevector.h:45
A factory for creating ID3v2 frames during parsing.
Definition: id3v2framefactory.h:67
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition: taglib_export.h:55
Type
Definition: synchronizedlyricsframe.h:63
ID3v2 frame implementation.
Definition: id3v2frame.h:56
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
unsigned int time
Definition: synchronizedlyricsframe.h:90
ID3v2 synchronized lyrics frame.
Definition: synchronizedlyricsframe.h:40
Definition: synchronizedlyricsframe.h:87
Type
Definition: tstring.h:96
TimestampFormat
Definition: synchronizedlyricsframe.h:49
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
Definition: tstring.h:100