MCPcopy 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
24bool sameDevice(const QAudioDevice& lhs, const QAudioDevice& rhs)
25{
26 return !lhs.isNull() && !rhs.isNull() && lhs.id() == rhs.id();
27}
28
29QString sampleFormatName(QAudioFormat::SampleFormat format)
30{

Callers 3

deviceToJsonFunction · 0.85
basicDeviceToJsonFunction · 0.85
devicePresentFunction · 0.85

Calls 2

isNullMethod · 0.80
idMethod · 0.80

Tested by

no test coverage detected