|
TagLib
2.3
|
#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.
| TagLib::MP4::Chapter::Chapter | ( | const String & | title, |
| long long | startTime ) |
Construct a chapter.
References startTime(), and title().
Referenced by Chapter(), Chapter(), operator!=(), operator=(), operator=(), operator==(), and swap().
| TagLib::MP4::Chapter::Chapter | ( | const Chapter & | other | ) |
Construct a chapter as a copy of other.
References Chapter().
|
noexcept |
Construct a chapter moving from other.
References Chapter().
| TagLib::MP4::Chapter::~Chapter | ( | ) |
Destroys this chapter.
| bool TagLib::MP4::Chapter::operator!= | ( | const Chapter & | other | ) | const |
Returns true if the chapter and other differ in data.
References Chapter().
Moves the contents of other into this object.
References Chapter().
Copies the contents of other into this object.
References Chapter().
| bool TagLib::MP4::Chapter::operator== | ( | const Chapter & | other | ) | const |
Returns true if the chapter and other contain the same data.
References Chapter().
| long long TagLib::MP4::Chapter::startTime | ( | ) | const |
Returns the start time in milliseconds.
References TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE.
Referenced by Chapter().
|
noexcept |
Exchanges the content of the object with the content of other.
References Chapter().
| const String & TagLib::MP4::Chapter::title | ( | ) | const |
Returns the title representing the chapter.
Referenced by Chapter().