Searched refs:mpdUrlStr (Results 1 – 1 of 1) sorted by relevance
23 DashMpdManager::DashMpdManager(DashMpdInfo *mpdInfomation, const std::string &mpdUrlStr) in DashMpdManager() argument24 : mpdInfo_(nullptr), mpdUrl_(mpdUrlStr) in DashMpdManager()26 SetMpdInfo(mpdInfomation, mpdUrlStr); in DashMpdManager()35 void DashMpdManager::SetMpdInfo(DashMpdInfo *mpdInfomation, const std::string &mpdUrlStr) in SetMpdInfo() argument38 this->mpdUrl_ = mpdUrlStr; in SetMpdInfo()