Generate JSON string of this object
| 3010 | |
| 3011 | // Generate JSON string of this object |
| 3012 | std::string FFmpegReader::Json() const { |
| 3013 | |
| 3014 | // Return formatted string |
| 3015 | return JsonValue().toStyledString(); |
| 3016 | } |
| 3017 | |
| 3018 | // Generate Json::Value for this object |
| 3019 | Json::Value FFmpegReader::JsonValue() const { |
nothing calls this directly
no outgoing calls
no test coverage detected