|
ChapterForge
|
Parse an existing M4A/MP4 file and return its chapter data. More...
#include <chapterforge.hpp>

Public Attributes | |
| Status | status |
| std::vector< ChapterTextSample > | titles |
| std::vector< ChapterTextSample > | urls |
| std::vector< ChapterImageSample > | images |
| MetadataSet | metadata |
Related Symbols | |
(Note that these are not member symbols.) | |
| status returning without | images |
| status returning without | metadata |
Parse an existing M4A/MP4 file and return its chapter data.
Extracts chapter titles, optional URL samples (tx3g + href), chapter images (MJPEG samples), and top-level metadata (ilst if present). Does not decode audio.
On success status.ok == true and the vectors are filled; on failure status.ok == false and status.message contains a short description.
|
related |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
related |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
| std::vector<ChapterImageSample> chapterforge::ReadResult::images |
| MetadataSet chapterforge::ReadResult::metadata |
| Status chapterforge::ReadResult::status |
| std::vector<ChapterTextSample> chapterforge::ReadResult::titles |
| std::vector<ChapterTextSample> chapterforge::ReadResult::urls |