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

Method UpdateCapturingMonitorInfo

src/client/ct_client_context.cpp:122–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 }
121
122 void ClientContext::UpdateCapturingMonitorInfo(const SdkCaptureMonitorInfo& info) {
123
124 // save
125 capturing_info_map_[info.mon_name_] = info;
126 }
127
128 std::map<std::string, SdkCaptureMonitorInfo> ClientContext::GetCapturingMonitorInfoMap() {
129 return capturing_info_map_;

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected