Home
last modified time | relevance | path

Searched refs:beginPathIndex (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.cpp134 size_t beginPathIndex = mpdUrlBase.find('/'); in MakeBaseUrl() local
135 if (beginPathIndex != std::string::npos) { in MakeBaseUrl()
136 mpdUrlBase = mpdUrlBase.substr(0, beginPathIndex); in MakeBaseUrl()