26 #ifndef TAGLIB_MATROSKACHAPTER_H 27 #define TAGLIB_MATROSKACHAPTER_H 47 using UID =
unsigned long long;
50 using Time =
unsigned long long;
91 void swap(
Display &other) noexcept;
96 const String &string()
const;
101 const String &language()
const;
104 class DisplayPrivate;
106 std::unique_ptr<DisplayPrivate> d;
113 UID uid,
bool hidden =
false);
143 void swap(
Chapter &other) noexcept;
153 Time timeStart()
const;
158 Time timeEnd()
const;
163 bool isHidden()
const;
171 class ChapterPrivate;
173 std::unique_ptr<ChapterPrivate> d;
A generic, implicitly shared list.
Definition: tlist.h:53
A wide string class suitable for unicode.
Definition: tstring.h:82
#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 Time
Timestamp in nanoseconds.
Definition: matroskachapter.h:50
Matroska chapter.
Definition: matroskachapter.h:43
Definition: matroskachapter.h:55
unsigned long long UID
Unique identifier.
Definition: matroskachapter.h:47
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41