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

Method SetJsonValue

tests/EffectMask.cpp:121–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 }
120
121 void SetJsonValue(const Json::Value root) override {
122 ReaderBase::SetJsonValue(root);
123 }
124};
125
126static std::shared_ptr<Frame> make_input_frame(int64_t number, int width = 2, int height = 1) {

Callers 7

ColorMap.cppFile · 0.45
Clip.cppFile · 0.45
Mask.cppFile · 0.45
KeyFrame.cppFile · 0.45
ReaderBase.cppFile · 0.45
ChromaKey.cppFile · 0.45
EffectMask.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected