Searched refs:representationNode (Results 1 – 2 of 2) sorted by relevance
663 IDashMpdNode *representationNode = IDashMpdNode::CreateNode(MPD_LABEL_REPRESENTATION); in ParseRepresentation() local664 if (representationNode != nullptr) { in ParseRepresentation()665 representationNode->ParseNode(xmlParser, rootElement); in ParseRepresentation()667 GetRepresentationAttr(representationNode, representationInfo); in ParseRepresentation()671 IDashMpdNode::DestroyNode(representationNode); in ParseRepresentation()680 representationNode->GetAttr("id", representationInfo->id_); in GetRepresentationAttr()681 representationNode->GetAttr("volumeAdjust_", representationInfo->volumeAdjust_); in GetRepresentationAttr()682 representationNode->GetAttr("bandwidth", representationInfo->bandwidth_); in GetRepresentationAttr()683 representationNode->GetAttr("qualityRanking", representationInfo->qualityRanking_); in GetRepresentationAttr()684 representationNode->GetAttr("width", representationInfo->commonAttrsAndElements_.width_); in GetRepresentationAttr()[all …]
114 …void GetRepresentationAttr(IDashMpdNode *representationNode, DashRepresentationInfo *representatio…