26 #ifndef TAGLIB_ID3V2FRAME_H 27 #define TAGLIB_ID3V2FRAME_H 82 unsigned int size()
const;
92 static unsigned int headerSize();
100 static unsigned int headerSize(
unsigned int version);
119 virtual void setText(
const String &text);
126 virtual String toString()
const = 0;
193 void setHeader(
Header *h,
bool deleteCurrent =
true);
206 virtual void parseFields(
const ByteVector &data) = 0;
309 friend class FramePrivate;
366 void setData(
const ByteVector &data,
unsigned int version = 4);
388 unsigned int frameSize()
const;
393 void setFrameSize(
unsigned int size);
399 unsigned int version()
const;
405 void setVersion(
unsigned int version);
416 static unsigned int size();
425 static unsigned int size(
unsigned int version);
436 bool tagAlterPreservation()
const;
449 void setTagAlterPreservation(
bool discard);
456 bool fileAlterPreservation()
const;
463 bool readOnly()
const;
470 bool groupingIdentity()
const;
477 bool compression()
const;
484 bool encryption()
const;
486 #ifndef DO_NOT_DOCUMENT 487 bool unsycronisation()
const;
493 bool unsynchronisation()
const;
498 bool dataLengthIndicator()
const;
A map for format-independent <key,valuelist> tag representations.
Definition: tpropertymap.h:113
static const String instrumentPrefix
Definition: id3v2frame.h:144
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
#define TAGLIB_DEPRECATED
Definition: taglib.h:54
A list of strings.
Definition: tstringlist.h:45
ID3v2 frame implementation.
Definition: id3v2frame.h:54
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
static const String urlPrefix
Definition: id3v2frame.h:159
The main class in the ID3v2 implementation.
Definition: id3v2tag.h:127
static const String lyricsPrefix
Definition: id3v2frame.h:154
Type
Definition: tstring.h:97
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
static const String commentPrefix
Definition: id3v2frame.h:149