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

Method getStartTime

Libs/srtparser/srtparser.h:322–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320}
321
322inline long int SubtitleItem::getStartTime() const
323{
324 return _startTime;
325}
326inline long int SubtitleItem::getEndTime() const
327{
328 return _endTime;

Callers 1

GetCurrentSubtitleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected