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

Method GetEncoderFormat

src/render_panel/gr_settings.cpp:173–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171 }
172
173 std::string GrSettings::GetEncoderFormat() {
174 auto value = sp_->Get(kStEncoderFormat);
175 return value.empty() ? "h264" : value;
176 }
177
178 void GrSettings::SetCaptureVideo(bool enabled) {
179 capture_video_ = enabled ? kStTrue : kStFalse;

Callers 2

GetArgsMethod · 0.80
StGeneralMethod · 0.80

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected