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

Method Json

src/Clip.cpp:809–813  ·  view source on GitHub ↗

Generate JSON string of this object

Source from the content-addressed store, hash-verified

807
808// Generate JSON string of this object
809std::string Clip::Json() const {
810
811 // Return formatted string
812 return JsonValue().toStyledString();
813}
814
815// Get all properties for a specific frame
816std::string Clip::PropertiesJSON(int64_t requested_frame) const {

Callers 2

write_json_meta_dataMethod · 0.45
print_jsonMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected