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

Method HasEncoderForMonitor

src/render/app/encoder_thread.cpp:486–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484 }
485
486 bool EncoderThread::HasEncoderForMonitor(const std::string& monitor_name) {
487 return GetEncoderPluginForMonitor(monitor_name) != nullptr;
488 }
489
490 GrVideoEncoderPlugin* EncoderThread::GetEncoderPluginForMonitor(const std::string& monitor_name) {
491 for (const auto& [name, plugin] : encoder_plugins_) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected