Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
CChplChapterReader Class Reference

#include <Mp4ChplReader.h>

Static Public Member Functions

static ChplChapterResult ScanNeroChapters (const CURL &url, std::vector< ChplChapter > &chapters)
 Parses MP4 chapter atoms (chpl) from Nero/Ahead encoded files.
 

Member Function Documentation

◆ ScanNeroChapters()

ChplChapterResult CChplChapterReader::ScanNeroChapters ( const CURL & url,
std::vector< ChplChapter > & chapters )
static

Parses MP4 chapter atoms (chpl) from Nero/Ahead encoded files.

Parameters
url[in] url of the file to be scanned
chapters[out] vector containing the names and start times of any chapters found
Returns
1 if no chapters found, 0 on success, -1 on error, optionally returns an error message

The documentation for this class was generated from the following files: