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

/haiku-fatelf/src/add-ons/media/plugins/matroska/libmatroska/
H A DKaxTag.cpp74 EbmlSemantic(false, false, KaxTagAttachmentUID::ClassInfos),
160 const EbmlSemanticContext KaxTagAttachmentUID_Context = EbmlSemanticContext(0, NULL, &KaxTagTargets_Context, *GetKaxGlobal_Context, &KaxTagAttachmentUID::ClassInfos);
286 const EbmlCallbacks KaxTagAttachmentUID::ClassInfos(KaxTagAttachmentUID::Create, KaxTagAttachmentUID_TheId, "TagAttachmentUID", KaxTagAttachmentUID_Context);
/haiku-fatelf/src/add-ons/media/plugins/matroska/libmatroska/matroska/
H A DKaxTag.h176 class MATROSKA_DLL_API KaxTagAttachmentUID : public EbmlUInteger { class in inherits:EbmlUInteger
178 KaxTagAttachmentUID() :EbmlUInteger(0) {} function in class:KaxTagAttachmentUID
179 KaxTagAttachmentUID(const KaxTagAttachmentUID & ElementToClone) :EbmlUInteger(ElementToClone) {} function in class:KaxTagAttachmentUID
180 static EbmlElement & Create() {return *(new KaxTagAttachmentUID);}
184 EbmlElement * Clone() const {return new KaxTagAttachmentUID(*this);}

Completed in 36 milliseconds