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

Method IsDDAMonitorCapturePlugin

src/render/plugins/plugin_manager.cpp:459–461  ·  view source on GitHub ↗

is DDA

Source from the content-addressed store, hash-verified

457
458 // is DDA
459 bool PluginManager::IsDDAMonitorCapturePlugin(GrMonitorCapturePlugin* plugin) {
460 return plugin && plugin->GetPluginId() == kDdaCapturePluginId;
461 }
462
463}

Callers

nothing calls this directly

Calls 1

GetPluginIdMethod · 0.45

Tested by

no test coverage detected