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

Method GetFrameIndex

src/render/plugins/dda_capture/dda_capture.cpp:575–578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

573 }
574
575 int64_t DDACapture::GetFrameIndex() {
576 monitor_frame_index_++;
577 return monitor_frame_index_;
578 }
579
580 bool DDACapture::StartCapture() {
581 auto task = [this] {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected