Searched refs:mpdUrl_ (Results 1 – 2 of 2) sorted by relevance
24 : mpdInfo_(nullptr), mpdUrl_(mpdUrlStr) in DashMpdManager()32 this->mpdUrl_ = ""; in Reset()38 this->mpdUrl_ = mpdUrlStr; in SetMpdInfo()79 if (this->mpdInfo_->baseUrl_.empty() && !this->mpdUrl_.empty()) { in GetBaseUrlList()80 std::string mpdUrlBase = this->mpdUrl_; in GetBaseUrlList()98 std::string mpdUrlBase = this->mpdUrl_; in GetBaseUrl()151 SetMpdInfo(newMpdInfo, this->mpdUrl_); in Update()
51 std::string mpdUrl_; variable