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

Method On1Second

src/render/plugin_interface/gr_video_encoder_plugin.cpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 void GrVideoEncoderPlugin::On1Second() {
54 if (client_side_media_recording_) {
55 InsertIdr();
56 }
57 }
58
59 void GrVideoEncoderPlugin::SetClientSideMediaRecording(bool recording) {
60 client_side_media_recording_ = recording;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected