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

Method Json

src/EffectBase.h:158–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156 virtual void SetJsonValue(const Json::Value root); ///< Load Json::Value into this object
157
158 virtual std::string Json(int64_t requested_frame) const{
159 return "";
160 };
161 virtual void SetJson(int64_t requested_frame, const std::string value) {
162 return;
163 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected