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

Method Json

tests/Timeline.cpp:194–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192 }
193
194 std::string Json() const override { return JsonValue().toStyledString(); }
195 Json::Value JsonValue() const override {
196 Json::Value root = ReaderBase::JsonValue();
197 root["type"] = "TimelineConstantAudioReader";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected