Home
last modified time | relevance | path

Searched refs:contentProtectionNode (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_mpd_parser.cpp794 IDashMpdNode *contentProtectionNode = IDashMpdNode::CreateNode(MPD_LABEL_CONTENT_PROTECTION); in ParseContentProtection() local
795 if (contentProtectionNode != nullptr) { in ParseContentProtection()
796 contentProtectionNode->ParseNode(xmlParser, rootElement); in ParseContentProtection()
797 contentProtectionNode->GetAttr("schemeIdUri", contentProtection->schemeIdUrl_); in ParseContentProtection()
798 contentProtectionNode->GetAttr("value", contentProtection->value_); in ParseContentProtection()
799 contentProtectionNode->GetAttr(MPD_LABEL_DEFAULT_KID, contentProtection->defaultKid_); in ParseContentProtection()
812 IDashMpdNode::DestroyNode(contentProtectionNode); in ParseContentProtection()