Collection of chapter editions. More...
#include <matroskachapters.h>
Public Types | |
| using | ChapterEditionList = List< ChapterEdition > |
| List of chapter editions. | |
Public Member Functions | |
| Chapters () | |
| Construct chapters. | |
| virtual | ~Chapters () |
| Destroy chapters. | |
| void | addChapterEdition (const ChapterEdition &edition) |
| Add a chapter edition. | |
| void | removeChapterEdition (unsigned long long uid) |
| Remove a chapter edition. | |
| void | clear () |
| Remove all chapter editions. | |
| const ChapterEditionList & | chapterEditionList () const |
| Get list of all chapter editions. | |
Friends | |
| class | EBML::MkChapters |
| class | File |
Collection of chapter editions.
List of chapter editions.
| TagLib::Matroska::Chapters::Chapters | ( | ) |
Construct chapters.
|
virtual |
Destroy chapters.
| void TagLib::Matroska::Chapters::addChapterEdition | ( | const ChapterEdition & | edition | ) |
Add a chapter edition.
| const ChapterEditionList & TagLib::Matroska::Chapters::chapterEditionList | ( | ) | const |
Get list of all chapter editions.
| void TagLib::Matroska::Chapters::clear | ( | ) |
Remove all chapter editions.
Remove a chapter edition.