26 #ifndef TAGLIB_MATROSKACHAPTERS_H 27 #define TAGLIB_MATROSKACHAPTERS_H 47 #ifndef DO_NOT_DOCUMENT
65 void removeChapterEdition(
unsigned long long uid);
74 friend class EBML::MkChapters;
76 class ChaptersPrivate;
82 std::unique_ptr<ChaptersPrivate> d;
A generic, implicitly shared list.
Definition: tlist.h:53
A byte vector.
Definition: tbytevector.h:45
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition: taglib_export.h:55
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
Collection of chapter editions.
Definition: matroskachapters.h:46
Edition of chapters.
Definition: matroskachapteredition.h:37
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
An implementation of TagLib::File with Matroska specific methods.
Definition: matroskafile.h:39