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

Method ClipProcessingJobs

src/ClipProcessingJobs.cpp:19–21  ·  view source on GitHub ↗

Constructor responsible to choose processing type and apply to clip

Source from the content-addressed store, hash-verified

17
18// Constructor responsible to choose processing type and apply to clip
19ClipProcessingJobs::ClipProcessingJobs(std::string processingType, std::string processInfoJson) :
20processingType(processingType), processInfoJson(processInfoJson){
21}
22
23void ClipProcessingJobs::processClip(Clip& clip, std::string json){
24 processInfoJson = json;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected