26 #ifndef TAGLIB_APEFOOTER_H 27 #define TAGLIB_APEFOOTER_H 70 unsigned int version()
const;
75 bool headerPresent()
const;
80 bool footerPresent()
const;
85 bool isHeader()
const;
90 void setHeaderPresent(
bool b)
const;
95 unsigned int itemCount()
const;
101 void setItemCount(
unsigned int s);
109 unsigned int tagSize()
const;
117 unsigned int completeTagSize()
const;
123 void setTagSize(
unsigned int s);
128 static unsigned int size();
168 std::unique_ptr<FooterPrivate> 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