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