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

Function FFMS_SetProgressCallback

src/core/ffms.cpp:344–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342}
343
344FFMS_API(void) FFMS_SetProgressCallback(FFMS_Indexer *Indexer, TIndexCallback IC, void *ICPrivate) {
345 Indexer->SetProgressCallback(IC, ICPrivate);
346}
347
348FFMS_API(void) FFMS_CancelIndexing(FFMS_Indexer *Indexer) {
349 delete Indexer;

Callers 1

DoIndexingFunction · 0.85

Calls 1

SetProgressCallbackMethod · 0.80

Tested by

no test coverage detected