26 #ifndef TAGLIB_ID3V2HEADER_H 27 #define TAGLIB_ID3V2HEADER_H 74 unsigned int majorVersion()
const;
85 void setMajorVersion(
unsigned int version);
91 unsigned int revisionNumber()
const;
96 bool unsynchronisation()
const;
101 bool extendedHeader()
const;
106 bool experimentalIndicator()
const;
111 bool footerPresent()
const;
123 unsigned int tagSize()
const;
131 unsigned int completeTagSize()
const;
137 void setTagSize(
unsigned int s);
142 static unsigned int size();
171 std::unique_ptr<HeaderPrivate> d;
A byte vector.
Definition: tbytevector.h:45
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition: taglib_export.h:55
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41