| 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; |
no outgoing calls
no test coverage detected