Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_playlist_downloader.cpp232 std::string tsTag = M3U8_TS_TAG; in PreParseManifest() local
233 int tsTagSize = static_cast<int>(tsTag.size()); in PreParseManifest()
234 while ((tsIndex = static_cast<int>(playList_.find(tsTag, tsIndex))) < in PreParseManifest()
250 playList_ = playList_.substr(0, lastTsTagIndex).append(tsTag); in PreParseManifest()