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

Method SetJsonValue

src/effects/Negate.cpp:79–84  ·  view source on GitHub ↗

Load Json::Value into this object

Source from the content-addressed store, hash-verified

77
78// Load Json::Value into this object
79void Negate::SetJsonValue(const Json::Value root) {
80
81 // Set parent data
82 EffectBase::SetJsonValue(root);
83
84}
85
86// Get all properties for a specific frame
87std::string Negate::PropertiesJSON(int64_t requested_frame) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected