Searched refs:KaxTagChapterUID (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/add-ons/media/plugins/matroska/libmatroska/
H A DKaxTag.cpp73 EbmlSemantic(false, false, KaxTagChapterUID::ClassInfos),
159 const EbmlSemanticContext KaxTagChapterUID_Context = EbmlSemanticContext(0, NULL, &KaxTagTargets_Context, *GetKaxGlobal_Context, &KaxTagChapterUID::ClassInfos);
285 const EbmlCallbacks KaxTagChapterUID::ClassInfos(KaxTagChapterUID::Create, KaxTagChapterUID_TheId, "TagChapterUID", KaxTagChapterUID_Context);
/haiku-fatelf/src/add-ons/media/plugins/matroska/libmatroska/matroska/
H A DKaxTag.h165 class MATROSKA_DLL_API KaxTagChapterUID : public EbmlUInteger { class in inherits:EbmlUInteger
167 KaxTagChapterUID() :EbmlUInteger(0) {} function in class:KaxTagChapterUID
168 KaxTagChapterUID(const KaxTagChapterUID & ElementToClone) :EbmlUInteger(ElementToClone) {} function in class:KaxTagChapterUID
169 static EbmlElement & Create() {return *(new KaxTagChapterUID);}
173 EbmlElement * Clone() const {return new KaxTagChapterUID(*this);}

Completed in 92 milliseconds