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

Method GetWorkingVideoEncoderPlugins

src/render/app/encoder_thread.cpp:482–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480 }
481
482 std::map<std::string, GrVideoEncoderPlugin*> EncoderThread::GetWorkingVideoEncoderPlugins() {
483 return encoder_plugins_;
484 }
485
486 bool EncoderThread::HasEncoderForMonitor(const std::string& monitor_name) {
487 return GetEncoderPluginForMonitor(monitor_name) != nullptr;

Calls

no outgoing calls

Tested by

no test coverage detected