Searched refs:segTmplt (Results 1 – 2 of 2) sorted by relevance
593 DashSegTmpltInfo *segTmplt = new DashSegTmpltInfo; in ParseSegmentTemplate() local594 if (segTmplt != nullptr) { in ParseSegmentTemplate()597 delete segTmplt; in ParseSegmentTemplate()605 segTmpltNode->GetAttr("duration", segTmplt->multSegBaseInfo_.duration_); in ParseSegmentTemplate()607 segTmpltNode->GetAttr("media", segTmplt->segTmpltMedia_); in ParseSegmentTemplate()608 segTmpltNode->GetAttr("index", segTmplt->segTmpltIndex_); in ParseSegmentTemplate()609 segTmpltNode->GetAttr("initialization", segTmplt->segTmpltInitialization_); in ParseSegmentTemplate()619 ParseElement(xmlParser, segTmplt, childElement); in ParseSegmentTemplate()623 *segTmpltInfo = segTmplt; in ParseSegmentTemplate()641 &segTmplt->multSegBaseInfo_.bitstreamSwitching_); in ParseElement()[all …]
125 void ParseElement(std::shared_ptr<XmlParser> &xmlParser, DashSegTmpltInfo *segTmplt,