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