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

Method GetFrameResizePlugin

src/render/plugins/plugin_manager.cpp:312–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310 }
311
312 GrFrameProcessorPlugin* PluginManager::GetFrameResizePlugin() {
313 auto plugin = GetPluginById(kFrameResizerPluginId);
314 if (plugin) {
315 return (GrFrameProcessorPlugin*)plugin;
316 }
317 return nullptr;
318 }
319
320 GrPluginInterface* PluginManager::GetEventsReplayerPlugin() {
321 auto plugin = GetPluginById(kEventReplayerPluginId);

Callers 2

AsProtoMessageMethod · 0.80
EncodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected