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

Method StartCapture

src/render/plugins/dda_capture/dda_capture.cpp:580–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

578 }
579
580 bool DDACapture::StartCapture() {
581 auto task = [this] {
582 Capture();
583 };
584
585 capture_thread_ = Thread::MakeOnceTask(task, std::format("dda_capture:{}", my_monitor_info_.name_), false);
586 return true;
587 }
588
589 bool DDACapture::PauseCapture() {
590 pausing_ = true;

Callers 1

StartCapturingMethod · 0.80

Calls 1

CaptureClass · 0.85

Tested by

no test coverage detected