|
TagLib 1.12 (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();
100 static unsigned int headerSize(
unsigned int version);
119 virtual void setText(
const String &text);
126 virtual String toString()
const = 0;
144 static const String instrumentPrefix;
149 static const String commentPrefix;
154 static const String lyricsPrefix;
159 static const String urlPrefix;
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 list of strings.
Definition: tstringlist.h:66
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
Type
Definition: tstring.h:97
#define TAGLIB_DEPRECATED
Definition: taglib.h:54
A map for format-independent <key,valuelist> tag representations.
Definition: tpropertymap.h:134
A byte vector.
Definition: tbytevector.h:66
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
ID3v2 frame implementation.
Definition: id3v2frame.h:75
A wide string class suitable for unicode.
Definition: tstring.h:84