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

Method SetProgress

src/ProcessingController.h:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51
52 void SetProgress(uint p){
53 std::lock_guard<std::mutex> lck (mtxProgress);
54 processingProgress = p;
55 }
56
57 int GetProgress(){
58 std::lock_guard<std::mutex> lck (mtxProgress);

Callers 3

detectObjectsClipMethod · 0.80
stabilizeClipMethod · 0.80
trackClipMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected