26 #ifndef TAGLIB_ID3V2FRAME_H 27 #define TAGLIB_ID3V2FRAME_H 82 unsigned int size()
const;
92 static unsigned int headerSize();
99 static unsigned int headerSize(
unsigned int version);
118 virtual void setText(
const String &text);
125 virtual String toString()
const = 0;
192 void setHeader(
Header *h,
bool deleteCurrent =
true);
205 virtual void parseFields(
const ByteVector &data) = 0;
308 friend class FramePrivate;
359 void setData(
const ByteVector &data,
bool synchSafeInts);
365 void setData(
const ByteVector &data,
unsigned int version = 4);
387 unsigned int frameSize()
const;
392 void setFrameSize(
unsigned int size);
398 unsigned int version()
const;
404 void setVersion(
unsigned int version);
414 static unsigned int size();
422 static unsigned int size(
unsigned int version);
433 bool tagAlterPreservation()
const;
446 void setTagAlterPreservation(
bool discard);
453 bool fileAlterPreservation()
const;
460 bool readOnly()
const;
467 bool groupingIdentity()
const;
474 bool compression()
const;
481 bool encryption()
const;
483 #ifndef DO_NOT_DOCUMENT 484 bool unsycronisation()
const;
490 bool unsynchronisation()
const;
495 bool dataLengthIndicator()
const;
505 bool frameAlterPreservation()
const;
A list of strings.
Definition: tstringlist.h:45
A factory for creating ID3v2 frames during parsing.
Definition: id3v2framefactory.h:65
size_t size
Definition: mem.h:207
A byte vector.
Definition: tbytevector.h:45
Type
Definition: tstring.h:97
A wide string class suitable for unicode.
Definition: tstring.h:84
ID3v2 frame implementation.
Definition: id3v2frame.h:54
static const String instrumentPrefix
The string with which an instrument name is prefixed to build a key in a PropertyMap; used to transla...
Definition: id3v2frame.h:143
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
static const String commentPrefix
The PropertyMap key prefix which triggers the use of a COMM frame instead of a TXXX frame for a non-s...
Definition: id3v2frame.h:148
static const String urlPrefix
The PropertyMap key prefix which triggers the use of a WXXX frame instead of a TXX frame for a non-st...
Definition: id3v2frame.h:158
A namespace for all TagLib related classes and functions.
Definition: aifffile.h:33
static const String lyricsPrefix
The PropertyMap key prefix which triggers the use of a USLT frame instead of a TXXX frame for a non-s...
Definition: id3v2frame.h:153
A map for format-independent <key,valuelist> tag representations.
Definition: tpropertymap.h:108