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

Method JsonValue

tests/Timeline.cpp:95–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93
94 std::string Json() const override { return JsonValue().toStyledString(); }
95 Json::Value JsonValue() const override {
96 Json::Value root = ReaderBase::JsonValue();
97 root["type"] = "TimelineTrackingMaskReader";
98 root["path"] = "";
99 return root;
100 }
101 void SetJson(const std::string value) override { (void) value; }
102 void SetJsonValue(const Json::Value root) override { ReaderBase::SetJsonValue(root); }
103};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected