Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
224
int64_t AVFormatContextWrapper::getStartTime()
225
{
226
this->update();
227
return this->start_time;
228
}
229
230
int64_t AVFormatContextWrapper::getDuration()
231
{
Callers
1
seekBeginning
Method · 0.80
Calls
1
update
Method · 0.95
Tested by
no test coverage detected