Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aethersdr/AetherSDR
/ sameDevice
Function
sameDevice
src/core/DeviceDiagnostics.cpp:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
bool sameDevice(const QAudioDevice& lhs, const QAudioDevice& rhs)
25
{
26
return !lhs.isNull() && !rhs.isNull() && lhs.id() == rhs.id();
27
}
28
29
QString sampleFormatName(QAudioFormat::SampleFormat format)
30
{
Callers
3
deviceToJson
Function · 0.85
basicDeviceToJson
Function · 0.85
devicePresent
Function · 0.85
Calls
2
isNull
Method · 0.80
id
Method · 0.80
Tested by
no test coverage detected