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

Method Json

src/audio_effects/Compressor.cpp:116–120  ·  view source on GitHub ↗

Generate JSON string of this object

Source from the content-addressed store, hash-verified

114
115// Generate JSON string of this object
116std::string Compressor::Json() const {
117
118 // Return formatted string
119 return JsonValue().toStyledString();
120}
121
122// Generate Json::Value for this object
123Json::Value Compressor::JsonValue() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected