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

Method ExitAll

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

Source from the content-addressed store, hash-verified

119 }
120
121 void FFmpegEncoderPlugin::ExitAll() {
122 for (const auto& [monitor, video_encoder] : video_encoders_) {
123 video_encoder->Exit();
124 }
125 video_encoders_.clear();
126 }
127
128 std::map<std::string, WorkingEncoderInfoPtr> FFmpegEncoderPlugin::GetWorkingCapturesInfo() {
129 std::map<std::string, WorkingEncoderInfoPtr> result;

Callers

nothing calls this directly

Calls 1

ExitMethod · 0.45

Tested by

no test coverage detected