MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / setText

Method setText

Libs/srtparser/srtparser.h:344–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342 _endTime = endTime;
343}
344inline void SubtitleItem::setText(std::string text)
345{
346 _text = text;
347}
348inline void SubtitleItem::setWordTimes(std::vector<long int> wordStartTime, std::vector<long int> wordEndTime, std::vector<long int> wordDuration)
349{
350 _wordStartTime = wordStartTime;

Callers 1

LoadSubtitlesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected