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

Method SetJson

src/effects/Sharpen.cpp:395–399  ·  view source on GitHub ↗

JSON deserialization

Source from the content-addressed store, hash-verified

393
394// JSON deserialization
395void Sharpen::SetJson(std::string value)
396{
397 auto root = openshot::stringToJson(value);
398 SetJsonValue(root);
399}
400
401void Sharpen::SetJsonValue(Json::Value root)
402{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected