21#ifndef TAGLIB_MATROSKASEEKHEAD_H
22#define TAGLIB_MATROSKASEEKHEAD_H
23#ifndef DO_NOT_DOCUMENT
33 class SeekHead :
public Element
36 explicit SeekHead(offset_t segmentDataOffset);
40 void addEntry(
const Element &element);
41 void addEntry(ID
id, offset_t offset);
44 bool sizeChanged(Element &caller, offset_t delta)
override;
47 ByteVector renderInternal()
override;
48 List<std::pair<unsigned int, offset_t>> entries;
A file class with some useful methods for tag manipulation.
Definition tfile.h:51
A namespace for all TagLib related classes and functions.
Definition apefile.h:41
off_t offset_t
Definition taglib.h:64