Bit-field of tag flags (header presence, read-only, etc.).
Number of items stored in this tag.
Size in bytes of the tag data, including the footer but excluding the header.
APEv2 format version (e.g. 2000 for APEv2).
Static ReadonlyFILE_Static ReadonlySIZETotal tag size including header (if present), items, and footer.
true if a 32-byte header precedes the tag items in the stream.
true if this 32-byte block represents a header rather than a footer.
Render as a 32-byte footer block.
Render as a 32-byte header block.
Staticparse
32-byte APE tag footer (or header).
Layout: "APETAGEX"(8) + version(4 LE) + tagSize(4 LE) + itemCount(4 LE) + flags(4 LE) + reserved(8 zeros)