| 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"; |
nothing calls this directly
no outgoing calls
no test coverage detected