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

Method getDuration

YUViewLib/src/ffmpeg/AVFormatContextWrapper.cpp:230–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230int64_t AVFormatContextWrapper::getDuration()
231{
232 this->update();
233 return this->duration;
234}
235
236AVFormatContext *AVFormatContextWrapper::getFormatCtx() const
237{

Callers

nothing calls this directly

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected