Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFMS/ffms2
/ FFMS_GetNumTracksI
Function
FFMS_GetNumTracksI
src/core/ffms.cpp:257–259 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
255
}
256
257
FFMS_API(int) FFMS_GetNumTracksI(FFMS_Indexer *Indexer) {
258
return Indexer->GetNumberOfTracks();
259
}
260
261
FFMS_API(int) FFMS_GetTrackType(FFMS_Track *T) {
262
return T->TT;
Callers
1
ffms.h
File · 0.85
Calls
1
GetNumberOfTracks
Method · 0.80
Tested by
no test coverage detected