26 #ifndef TAGLIB_EVENTTIMINGCODESFRAME_H 27 #define TAGLIB_EVENTTIMINGCODESFRAME_H 54 AbsoluteMpegFrames = 0x01,
57 AbsoluteMilliseconds = 0x02
65 EndOfInitialSilence = 0x01,
72 InterludeStart = 0x08,
74 VariationStart = 0x0a,
77 MomentaryUnwantedNoise = 0x0d,
78 SustainedNoise = 0x0e,
79 SustainedNoiseEnd = 0x0f,
87 NotPredefinedSynch0 = 0xe0,
88 NotPredefinedSynch1 = 0xe1,
89 NotPredefinedSynch2 = 0xe2,
90 NotPredefinedSynch3 = 0xe3,
91 NotPredefinedSynch4 = 0xe4,
92 NotPredefinedSynch5 = 0xe5,
93 NotPredefinedSynch6 = 0xe6,
94 NotPredefinedSynch7 = 0xe7,
95 NotPredefinedSynch8 = 0xe8,
96 NotPredefinedSynch9 = 0xe9,
97 NotPredefinedSynchA = 0xea,
98 NotPredefinedSynchB = 0xeb,
99 NotPredefinedSynchC = 0xec,
100 NotPredefinedSynchD = 0xed,
101 NotPredefinedSynchE = 0xee,
102 NotPredefinedSynchF = 0xef,
139 virtual String toString()
const;
149 SynchedEventList synchedEvents()
const;
163 void setSynchedEvents(
const SynchedEventList &e);
168 virtual void parseFields(
const ByteVector &data);
179 class EventTimingCodesFramePrivate;
180 EventTimingCodesFramePrivate *d;
A factory for creating ID3v2 frames during parsing.
Definition: id3v2framefactory.h:65
EventType
Event types defined in id3v2.4.0-frames.txt 4.5.
Definition: eventtimingcodesframe.h:63
A generic, implicitly shared list.
Definition: tlist.h:53
A byte vector.
Definition: tbytevector.h:45
EventType type
Definition: eventtimingcodesframe.h:113
A wide string class suitable for unicode.
Definition: tstring.h:84
ID3v2 event timing codes frame.
Definition: eventtimingcodesframe.h:40
SynchedEvent(unsigned int ms, EventType t)
Definition: eventtimingcodesframe.h:111
unsigned int time
Definition: eventtimingcodesframe.h:112
ID3v2 frame implementation.
Definition: id3v2frame.h:54
Single entry of time stamp and event.
Definition: eventtimingcodesframe.h:110
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
TagLib::List< SynchedEvent > SynchedEventList
List of synchronized events.
Definition: eventtimingcodesframe.h:119
TimestampFormat
Specifies the timestamp format used.
Definition: eventtimingcodesframe.h:49
A namespace for all TagLib related classes and functions.
Definition: aifffile.h:33