21#ifndef TAGLIB_EBMLMKTAGS_H
22#define TAGLIB_EBMLMKTAGS_H
23#ifndef DO_NOT_DOCUMENT
34 class MkTags :
public MasterElement
37 MkTags(
int sizeLength, offset_t dataSize, offset_t offset);
38 MkTags(Id,
int sizeLength, offset_t dataSize, offset_t offset);
41 std::unique_ptr<Matroska::Tag> parse()
const;
A namespace for all TagLib related classes and functions.
Definition apefile.h:41