Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_mpd_manager.cpp24 : 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()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H A Ddash_mpd_manager.h51 std::string mpdUrl_; variable