Searched refs:tsTag (Results 1 – 1 of 1) sorted by relevance
232 std::string tsTag = M3U8_TS_TAG; in PreParseManifest() local233 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()