|
TagLib 1.11.1 (id3v2frame.h Source File) |
|
|
Go to the documentation of this file.
26 #ifndef TAGLIB_ID3V2FRAME_H
27 #define TAGLIB_ID3V2FRAME_H
57 friend class FrameFactory;
66 static Frame *createTextualFrame(
const String &key,
const StringList &values);
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;
143 static const String instrumentPrefix;
148 static const String commentPrefix;
153 static const String lyricsPrefix;
158 static const String urlPrefix;
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:62
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
Type
Definition: tstring.h:95
A map for format-independent <key,valuelist> tag representations.
Definition: tpropertymap.h:127
A byte vector.
Definition: tbytevector.h:64
#define TAGLIB_EXPORT
Definition: taglib_export.h:38
ID3v2 frame implementation.
Definition: id3v2frame.h:71
A wide string class suitable for unicode.
Definition: tstring.h:82