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

Method Json

src/FFmpegReader.cpp:3012–3016  ·  view source on GitHub ↗

Generate JSON string of this object

Source from the content-addressed store, hash-verified

3010
3011// Generate JSON string of this object
3012std::string FFmpegReader::Json() const {
3013
3014 // Return formatted string
3015 return JsonValue().toStyledString();
3016}
3017
3018// Generate Json::Value for this object
3019Json::Value FFmpegReader::JsonValue() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected