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

Method JsonValue

tests/EffectMask.cpp:110–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 }
109
110 Json::Value JsonValue() const override {
111 Json::Value root = ReaderBase::JsonValue();
112 root["type"] = "TrackingMaskReader";
113 root["path"] = "";
114 return root;
115 }
116
117 void SetJson(const std::string value) override {
118 (void) value;

Callers 1

EffectMask.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected