#include <mp4chapter.h>
Public Member Functions | |
| Chapter (const String &title, long long startTime) | |
| Chapter (const Chapter &other) | |
| Chapter (Chapter &&other) noexcept | |
| ~Chapter () | |
| Chapter & | operator= (const Chapter &other) |
| Chapter & | operator= (Chapter &&other) noexcept |
| bool | operator== (const Chapter &other) const |
| bool | operator!= (const Chapter &other) const |
| void | swap (Chapter &other) noexcept |
| const String & | title () const |
| long long | startTime () const |
A single Nero-style chapter marker.
|
noexcept |
Construct a chapter moving from other.
| TagLib::MP4::Chapter::~Chapter | ( | ) |
Destroys this chapter.
Returns true if the chapter and other differ in data.
Moves the contents of other into this object.
Copies the contents of other into this object.
Returns true if the chapter and other contain the same data.
Exchanges the content of the object with the content of other.