MCPcopy Create free account
hub / github.com/FFMS/ffms2 / FFMS_GetNumFrames

Function FFMS_GetNumFrames

src/core/ffms.cpp:273–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273FFMS_API(int) FFMS_GetNumFrames(FFMS_Track *T) {
274 return T->VisibleFrameCount();
275}
276
277FFMS_API(const FFMS_FrameInfo *) FFMS_GetFrameInfo(FFMS_Track *T, int Frame) {
278 return T->GetFrameInfo(static_cast<size_t>(Frame));

Callers 4

DumpFilenameFunction · 0.85
DoIndexingFunction · 0.85
CreateFFAudioSourceFunction · 0.85
ffms.hFile · 0.85

Calls 1

VisibleFrameCountMethod · 0.80

Tested by

no test coverage detected