Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RGAA-Software/GoDesk
/ SetCaptureAudio
Method
SetCaptureAudio
src/render_panel/gr_settings.cpp:183–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
181
}
182
183
void GrSettings::SetCaptureAudio(bool enabled) {
184
sp_->Put(kStCaptureAudio, enabled ? kStTrue : kStFalse);
185
}
186
187
bool GrSettings::IsCaptureAudioEnabled() {
188
auto value = sp_->Get(kStCaptureAudio);
Callers
1
StGeneral
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected