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 file class with some useful methods for tag manipulation.
Definition tfile.h:51
An abstract class that provides operations on a sequence of bytes.
Definition tiostream.h:65
A namespace for all TagLib related classes and functions.
Definition apefile.h:41
off_t offset_t
Definition taglib.h:64