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

Method SetJson

src/EffectBase.h:161–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 return "";
160 };
161 virtual void SetJson(int64_t requested_frame, const std::string value) {
162 return;
163 };
164
165 /// Generate JSON object of meta data / info
166 Json::Value JsonInfo() const;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected