Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_mpd_manager.cpp23 DashMpdManager::DashMpdManager(DashMpdInfo *mpdInfomation, const std::string &mpdUrlStr) in DashMpdManager() argument
24 : mpdInfo_(nullptr), mpdUrl_(mpdUrlStr) in DashMpdManager()
26 SetMpdInfo(mpdInfomation, mpdUrlStr); in DashMpdManager()
35 void DashMpdManager::SetMpdInfo(DashMpdInfo *mpdInfomation, const std::string &mpdUrlStr) in SetMpdInfo() argument
38 this->mpdUrl_ = mpdUrlStr; in SetMpdInfo()