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

Method getSubtitles

Libs/srtparser/srtparser.h:164–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162//2. SubtitleParser class
163
164inline std::vector<SubtitleItem*> SubtitleParser::getSubtitles()
165{
166 return _subtitles;
167}
168
169inline std::string SubtitleParser::getFileData() //returns whole read file i.e. contents of input.srt
170{

Callers 1

LoadSubtitlesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected