Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFMS/ffms2
/ FFMS_GetNumTracks
Function
FFMS_GetNumTracks
src/core/ffms.cpp:253–255 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
251
}
252
253
FFMS_API(int) FFMS_GetNumTracks(FFMS_Index *Index) {
254
return static_cast<int>(Index->size());
255
}
256
257
FFMS_API(int) FFMS_GetNumTracksI(FFMS_Indexer *Indexer) {
258
return Indexer->GetNumberOfTracks();
Callers
3
DoIndexing
Function · 0.85
CreateFFAudioSource
Function · 0.85
ffms.h
File · 0.85
Calls
1
size
Method · 0.80
Tested by
no test coverage detected