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

Method getEndTime

Libs/srtparser/srtparser.h:326–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324 return _startTime;
325}
326inline long int SubtitleItem::getEndTime() const
327{
328 return _endTime;
329}
330
331inline std::string SubtitleItem::getText() const
332{

Callers 1

GetCurrentSubtitleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected