MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / DDACapture

Method DDACapture

src/render/plugins/dda_capture/dda_capture.cpp:26–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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_) {

Callers

nothing calls this directly

Calls 1

DumpMethod · 0.45

Tested by

no test coverage detected