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

/haiku-fatelf/src/add-ons/media/plugins/matroska/libmatroska/
H A DKaxTag.cpp108 EbmlSemantic(false, true, KaxTagAudioEncryption::ClassInfos),
175 const EbmlSemanticContext KaxTagAudioEncryption_Context = EbmlSemanticContext(0, NULL, &KaxTagAudioSpecific_Context, *GetKaxGlobal_Context, &KaxTagAudioEncryption::ClassInfos);
290 const EbmlCallbacks KaxTagAudioEncryption::ClassInfos(KaxTagAudioEncryption::Create, KaxTagAudioEncryption_TheId, "AudioEncryption", KaxTagAudioEncryption_Context);
/haiku-fatelf/src/add-ons/media/plugins/matroska/libmatroska/matroska/
H A DKaxTag.h198 class MATROSKA_DLL_API KaxTagAudioEncryption : public EbmlBinary { class in inherits:EbmlBinary
200 KaxTagAudioEncryption() {} function in class:KaxTagAudioEncryption
201 KaxTagAudioEncryption(const KaxTagAudioEncryption & ElementToClone) :EbmlBinary(ElementToClone){} function in class:KaxTagAudioEncryption
202 static EbmlElement & Create() {return *(new KaxTagAudioEncryption);}
207 EbmlElement * Clone() const {return new KaxTagAudioEncryption(*this);}

Completed in 91 milliseconds