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

Method SetJsonValue

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

Source from the content-addressed store, hash-verified

200 }
201 void SetJson(const std::string value) override { (void) value; }
202 void SetJsonValue(const Json::Value root) override { ReaderBase::SetJsonValue(root); }
203};
204
205static double expected_equal_power_gain(int64_t frame_number, int64_t start_frame, int64_t end_frame, bool fades_in) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected