26#ifndef TAGLIB_TAGUTILS_H
27#define TAGLIB_TAGUTILS_H
31#ifndef DO_NOT_DOCUMENT
47 offset_t findAPE(File *file, offset_t id3v1Location);
49 ByteVector readHeader(IOStream *stream,
unsigned int length,
bool skipID3v2,
50 offset_t *headerOffset =
nullptr);
A namespace for all TagLib related classes and functions.
Definition apefile.h:41
off_t offset_t
Definition taglib.h:64