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

Method SetJsonValue

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

Source from the content-addressed store, hash-verified

149 }
150 void SetJson(const std::string value) override { (void) value; }
151 void SetJsonValue(const Json::Value root) override { ReaderBase::SetJsonValue(root); }
152};
153
154class TimelineConstantAudioReader : public ReaderBase {

Callers 1

Timeline.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected