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