26#ifndef TAGLIB_MPEGHEADER_H
27#define TAGLIB_MPEGHEADER_H
207 void parse(
File *file,
offset_t offset,
bool checkLength);
211 std::shared_ptr<HeaderPrivate> d;
A byte vector.
Definition tbytevector.h:46
A file class with some useful methods for tag manipulation.
Definition tfile.h:51
An MPEG file class with some useful methods specific to MPEG.
Definition mpegfile.h:54
An implementation of TagLib::File with MPEG (MP3) specific methods.
Definition mpegfile.h:43
A namespace for all TagLib related classes and functions.
Definition apefile.h:41
off_t offset_t
Definition taglib.h:64
#define TAGLIB_EXPORT
Definition taglib_export.h:40
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition taglib_export.h:55