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

Method Json

src/effects/ChromaKey.cpp:635–639  ·  view source on GitHub ↗

Generate JSON string of this object

Source from the content-addressed store, hash-verified

633
634// Generate JSON string of this object
635std::string ChromaKey::Json() const {
636
637 // Return formatted string
638 return JsonValue().toStyledString();
639}
640
641// Generate Json::Value for this object
642Json::Value ChromaKey::JsonValue() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected