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

Method GetProgress

src/ClipProcessingJobs.cpp:103–106  ·  view source on GitHub ↗

Get processing progress while iterating on the clip

Source from the content-addressed store, hash-verified

101
102// Get processing progress while iterating on the clip
103int ClipProcessingJobs::GetProgress(){
104
105 return (int)processingController.GetProgress();
106}
107
108// Check if processing finished
109bool ClipProcessingJobs::IsDone(){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected