26 #ifndef TAGLIB_MATROSKACHAPTEREDITION_H 27 #define TAGLIB_MATROSKACHAPTEREDITION_H 41 using UID =
unsigned long long;
47 bool isDefault,
bool isOrdered =
false,
UID uid = 0);
87 bool isDefault()
const;
93 bool isOrdered()
const;
101 class ChapterEditionPrivate;
103 std::unique_ptr<ChapterEditionPrivate> d;
A generic, implicitly shared list.
Definition: tlist.h:53
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition: taglib_export.h:55
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
unsigned long long UID
Unique identifier.
Definition: matroskachapteredition.h:41
Edition of chapters.
Definition: matroskachapteredition.h:37
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41