1 #ifndef MEDIA_ABSTRACTCHAPTER_H 2 #define MEDIA_ABSTRACTCHAPTER_H 7 #include <c++utilities/chrono/timespan.h> 20 const std::vector<LocaleAwareString> &names()
const;
23 const std::vector<uint64> &tracks()
const;
24 bool isHidden()
const;
25 bool isEnabled()
const;
26 std::string
label()
const;
29 virtual std::size_t nestedChapterCount()
const;
36 virtual void internalParse() = 0;
129 #endif // MEDIA_ABSTRACTCHAPTER_H
#define TAG_PARSER_EXPORT
Marks the symbol to be exported by the tagparser library.