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

Method IsGDIMonitorCapturePlugin

src/render/plugins/plugin_manager.cpp:454–456  ·  view source on GitHub ↗

is GDI

Source from the content-addressed store, hash-verified

452
453 // is GDI
454 bool PluginManager::IsGDIMonitorCapturePlugin(GrMonitorCapturePlugin* plugin) {
455 return plugin && plugin->GetPluginId() == kGdiCapturePluginId;
456 }
457
458 // is DDA
459 bool PluginManager::IsDDAMonitorCapturePlugin(GrMonitorCapturePlugin* plugin) {

Callers 2

AsProtoMessageMethod · 0.80
EncodeMethod · 0.80

Calls 1

GetPluginIdMethod · 0.45

Tested by

no test coverage detected