MCPcopy 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
253FFMS_API(int) FFMS_GetNumTracks(FFMS_Index *Index) {
254 return static_cast<int>(Index->size());
255}
256
257FFMS_API(int) FFMS_GetNumTracksI(FFMS_Indexer *Indexer) {
258 return Indexer->GetNumberOfTracks();

Callers 3

DoIndexingFunction · 0.85
CreateFFAudioSourceFunction · 0.85
ffms.hFile · 0.85

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected