26 #ifndef TAGLIB_ID3V2HEADER_H
27 #define TAGLIB_ID3V2HEADER_H
70 unsigned int majorVersion()
const;
81 void setMajorVersion(
unsigned int version);
87 unsigned int revisionNumber()
const;
92 bool unsynchronisation()
const;
97 bool extendedHeader()
const;
102 bool experimentalIndicator()
const;
107 bool footerPresent()
const;
119 unsigned int tagSize()
const;
127 unsigned int completeTagSize()
const;
133 void setTagSize(
unsigned int s);
138 static unsigned int size();
A byte vector.
Definition: tbytevector.h:45
#define TAGLIB_EXPORT
Definition: taglib_export.h:40