25#ifndef TAGLIB_MP4CHAPTER_H
26#define TAGLIB_MP4CHAPTER_H
99 std::unique_ptr<ChapterPrivate> d;
A generic, implicitly shared list.
Definition tlist.h:54
Definition mp4chapter.h:39
bool operator==(const Chapter &other) const
const String & title() const
bool operator!=(const Chapter &other) const
long long startTime() const
void swap(Chapter &other) noexcept
Chapter(const String &title, long long startTime)
Chapter(Chapter &&other) noexcept
Chapter & operator=(const Chapter &other)
Chapter(const Chapter &other)
Chapter & operator=(Chapter &&other) noexcept
A wide string class suitable for unicode.
Definition tstring.h:83
A namespace for all TagLib related classes and functions.
Definition apefile.h:41
#define TAGLIB_EXPORT
Definition taglib_export.h:40
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition taglib_export.h:55