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

Method Exit

src/render/plugins/ffmpeg_encoder/ffmpeg_encoder_plugin.cpp:114–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 }
113
114 void FFmpegEncoderPlugin::Exit(const std::string& monitor_name) {
115 if (HasEncoderForMonitor(monitor_name)) {
116 video_encoders_[monitor_name]->Exit();
117 video_encoders_.erase(monitor_name);
118 }
119 }
120
121 void FFmpegEncoderPlugin::ExitAll() {
122 for (const auto& [monitor, video_encoder] : video_encoders_) {

Callers 1

ExitAllMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected