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

Method ShouldStop

src/ProcessingController.h:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 bool ShouldStop(){
69 std::lock_guard<std::mutex> lck (mtxStop);
70 bool s = stopProcessing;
71 return s;
72 }
73
74 void SetError(bool err, std::string message){
75 std::lock_guard<std::mutex> lck (mtxerror);

Callers 6

detectObjectsClipMethod · 0.80
stabilizeClipMethod · 0.80
trackClipMethod · 0.80
detectObjectsClipMethod · 0.80
stabilizeClipMethod · 0.80
trackClipMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected