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

Method GetGdiCapturePlugin

src/render/plugins/plugin_manager.cpp:232–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230 }
231
232 GrMonitorCapturePlugin* PluginManager::GetGdiCapturePlugin() {
233 auto plugin = GetPluginById(kGdiCapturePluginId);
234 if (plugin) {
235 return (GrMonitorCapturePlugin*)plugin;
236 }
237 return nullptr;
238 }
239
240 GrDataProviderPlugin* PluginManager::GetMockVideoStreamPlugin() {
241 auto plugin = GetPluginById(kMockVideoStreamPluginId);

Callers 2

RunMethod · 0.80
OnDisplayDeviceChangeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected