| 197 | } |
| 198 | |
| 199 | json::object RecordController::get_info() const |
| 200 | { |
| 201 | json::object info = inner_->get_info(); |
| 202 | info["recording"] = true; |
| 203 | info["recording_path"] = MAA_NS::path_to_utf8_string(recording_path_); |
| 204 | return info; |
| 205 | } |
| 206 | |
| 207 | bool RecordController::shell(const std::string& cmd, std::string& output, std::chrono::milliseconds timeout) |
| 208 | { |