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

Method GetEncoderPluginForMonitor

src/render/app/encoder_thread.cpp:490–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488 }
489
490 GrVideoEncoderPlugin* EncoderThread::GetEncoderPluginForMonitor(const std::string& monitor_name) {
491 for (const auto& [name, plugin] : encoder_plugins_) {
492 if (name == monitor_name) {
493 return plugin;
494 }
495 }
496 return nullptr;
497 }
498
499 void EncoderThread::PrintEncoderConfig(const tc::EncoderConfig& config) {
500 LOGI("---------------------------------------------------");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected