Searched refs:contentProtectionNode (Results 1 – 1 of 1) sorted by relevance
794 IDashMpdNode *contentProtectionNode = IDashMpdNode::CreateNode(MPD_LABEL_CONTENT_PROTECTION); in ParseContentProtection() local795 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()