| 24 | { |
| 25 | |
| 26 | DDACapture::DDACapture(DDACapturePlugin* plugin, const CaptureMonitorInfo& my_monitor_info) |
| 27 | : PluginDesktopCapture(my_monitor_info) { |
| 28 | plugin_ = plugin; |
| 29 | fps_stat_ = std::make_shared<FpsStat>(); |
| 30 | LOGI("DDACapture my monitor info: {}", my_monitor_info.Dump()); |
| 31 | } |
| 32 | |
| 33 | DDACapture::~DDACapture() { |
| 34 | if (capture_thread_) { |