Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ getStreamOpts
Method
getStreamOpts
src/AppConfig.cpp:233–235 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
231
}
232
233
ConfigSettings DeviceConfig::getStreamOpts() {
234
return streamOpts;
235
}
236
237
void DeviceConfig::setStreamOpt(const std::string& key, std::string value) {
238
streamOpts[key] = value;
Callers
1
refreshDeviceProperties
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected