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