MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / GetProgress

Method GetProgress

src/ProcessingController.h:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 }
56
57 int GetProgress(){
58 std::lock_guard<std::mutex> lck (mtxProgress);
59 uint p = processingProgress;
60 return p;
61 }
62
63 void CancelProcessing(){
64 std::lock_guard<std::mutex> lck (mtxStop);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected