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

Method SetCaptureAudioDeviceId

src/render_panel/gr_settings.cpp:192–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190 }
191
192 void GrSettings::SetCaptureAudioDeviceId(const std::string& name) {
193 capture_audio_device_ = name;
194 sp_->Put(kStCaptureAudioDevice, capture_audio_device_);
195 }
196
197 void GrSettings::SetFileTransferFolder(const std::string& path) {
198 file_transfer_folder_ = path;

Callers 1

StGeneralMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected