Get processing progress while iterating on the clip
| 101 | |
| 102 | // Get processing progress while iterating on the clip |
| 103 | int ClipProcessingJobs::GetProgress(){ |
| 104 | |
| 105 | return (int)processingController.GetProgress(); |
| 106 | } |
| 107 | |
| 108 | // Check if processing finished |
| 109 | bool ClipProcessingJobs::IsDone(){ |
nothing calls this directly
no outgoing calls
no test coverage detected