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

/haiku-fatelf/src/add-ons/media/plugins/matroska/libmatroska/
H A DKaxTag.cpp83 EbmlSemantic(false, false, KaxTagRecordLocation::ClassInfos),
165 const EbmlSemanticContext KaxTagRecordLocation_Context = EbmlSemanticContext(0, NULL, &KaxTagGeneral_Context, *GetKaxGlobal_Context, &KaxTagRecordLocation::ClassInfos);
304 const EbmlCallbacks KaxTagRecordLocation::ClassInfos(KaxTagRecordLocation::Create, KaxTagRecordLocation_TheId, "RecordLocation", KaxTagRecordLocation_Context);
/haiku-fatelf/src/add-ons/media/plugins/matroska/libmatroska/matroska/
H A DKaxTag.h533 class MATROSKA_DLL_API KaxTagRecordLocation : public EbmlString { class in inherits:EbmlString
535 KaxTagRecordLocation() {} function in class:KaxTagRecordLocation
536 KaxTagRecordLocation(const KaxTagRecordLocation & ElementToClone) :EbmlString(ElementToClone) {} function in class:KaxTagRecordLocation
537 static EbmlElement & Create() {return *(new KaxTagRecordLocation);}
541 EbmlElement * Clone() const {return new KaxTagRecordLocation(*this);}

Completed in 42 milliseconds