MCPcopy Create free account
hub / github.com/IENT/YUView / getStartTime

Method getStartTime

YUViewLib/src/ffmpeg/AVFormatContextWrapper.cpp:224–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224int64_t AVFormatContextWrapper::getStartTime()
225{
226 this->update();
227 return this->start_time;
228}
229
230int64_t AVFormatContextWrapper::getDuration()
231{

Callers 1

seekBeginningMethod · 0.80

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected