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

Method ProcessingController

src/ProcessingController.h:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 public:
34
35 ProcessingController(){
36 processingProgress = 0;
37 stopProcessing = false;
38 processingFinished = false;
39 }
40
41 int GetFinished(){
42 std::lock_guard<std::mutex> lck (mtxFinished);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected