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

Method PropertiesJSON

src/effects/Negate.cpp:87–94  ·  view source on GitHub ↗

Get all properties for a specific frame

Source from the content-addressed store, hash-verified

85
86// Get all properties for a specific frame
87std::string Negate::PropertiesJSON(int64_t requested_frame) const {
88
89 // Generate JSON properties list
90 Json::Value root = BasePropertiesJSON(requested_frame);
91
92 // Return formatted string
93 return root.toStyledString();
94}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected