26 #ifndef TAGLIB_ID3V2HEADER_H 27 #define TAGLIB_ID3V2HEADER_H 71 unsigned int majorVersion()
const;
82 void setMajorVersion(
unsigned int version);
88 unsigned int revisionNumber()
const;
93 bool unsynchronisation()
const;
98 bool extendedHeader()
const;
103 bool experimentalIndicator()
const;
108 bool footerPresent()
const;
120 unsigned int tagSize()
const;
128 unsigned int completeTagSize()
const;
134 void setTagSize(
unsigned int s);
139 static unsigned int size();
A byte vector.
Definition: tbytevector.h:45
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41