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

Method Json

src/KeyFrame.cpp:332–336  ·  view source on GitHub ↗

Generate JSON string of this object

Source from the content-addressed store, hash-verified

330
331// Generate JSON string of this object
332std::string Keyframe::Json() const {
333
334 // Return formatted string
335 return JsonValue().toStyledString();
336}
337
338// Generate Json::Value for this object
339Json::Value Keyframe::JsonValue() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected