Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
trackClip
Method · 0.80
detectObjectsClip
Method · 0.80
stabilizeClip
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected