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

Method Json

src/effects/Shift.cpp:119–123  ·  view source on GitHub ↗

Generate JSON string of this object

Source from the content-addressed store, hash-verified

117
118// Generate JSON string of this object
119std::string Shift::Json() const {
120
121 // Return formatted string
122 return JsonValue().toStyledString();
123}
124
125// Generate Json::Value for this object
126Json::Value Shift::JsonValue() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected