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

Method SetFinished

src/ProcessingController.h:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 void SetFinished(bool f){
48 std::lock_guard<std::mutex> lck (mtxFinished);
49 processingFinished = f;
50 }
51
52 void SetProgress(uint p){
53 std::lock_guard<std::mutex> lck (mtxProgress);

Callers 3

trackClipMethod · 0.80
detectObjectsClipMethod · 0.80
stabilizeClipMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected