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

Method PluginDesktopCapture

src/render/plugins/plugin_desktop_capture.cpp:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7{
8
9 PluginDesktopCapture::PluginDesktopCapture(const CaptureMonitorInfo& my_monitor_info) {
10 my_monitor_info_ = my_monitor_info;
11 SetProcessDpiAwarenessContext(DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE_V2);
12 }
13
14 void PluginDesktopCapture::SetCaptureFps(int fps) {
15 capture_fps_ = fps;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected