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

Method SetJsonValue

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

Source from the content-addressed store, hash-verified

100 }
101 void SetJson(const std::string value) override { (void) value; }
102 void SetJsonValue(const Json::Value root) override { ReaderBase::SetJsonValue(root); }
103};
104
105class TimelineSolidColorReader : public ReaderBase {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected