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

Method SetScreenRecordingPath

src/render_panel/gr_settings.cpp:341–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339 }
340
341 void GrSettings::SetScreenRecordingPath(const std::string& path) {
342 sp_->Put(kStScreenRecordingPath, path);
343 }
344
345 std::string GrSettings::GetScreenRecordingPath() const {
346 return sp_->Get(kStScreenRecordingPath, "");

Callers 2

StartStreamMethod · 0.80
StControllerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected