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

Method GetDDACapturePlugin

src/render/plugins/plugin_manager.cpp:224–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222 }
223
224 GrMonitorCapturePlugin* PluginManager::GetDDACapturePlugin() {
225 auto plugin = GetPluginById(kDdaCapturePluginId);
226 if (plugin) {
227 return (GrMonitorCapturePlugin*)plugin;
228 }
229 return nullptr;
230 }
231
232 GrMonitorCapturePlugin* PluginManager::GetGdiCapturePlugin() {
233 auto plugin = GetPluginById(kGdiCapturePluginId);

Callers 3

RunMethod · 0.80
InitMessagesMethod · 0.80
OnDisplayDeviceChangeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected