| 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; |