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

Method InsertIdr

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

Source from the content-addressed store, hash-verified

61 }
62
63 void FFmpegEncoderPlugin::InsertIdr() {
64 GrVideoEncoderPlugin::InsertIdr();
65 for (const auto& [monitor_index, video_encoder] : video_encoders_) {
66 video_encoder->InsertIdr();
67 }
68 }
69
70 bool FFmpegEncoderPlugin::IsWorking() {
71 return !video_encoders_.empty() && plugin_enabled_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected