MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / formatAudioStreamFormat

Function formatAudioStreamFormat

src/gui/NetworkDiagnosticsDialog.cpp:2316–2321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2314}
2315
2316static QString formatAudioStreamFormat(quint16 pcc)
2317{
2318 return QString("%1 (%2)")
2319 .arg(formatAudioCodec(pcc),
2320 formatPacketClassCode(pcc));
2321}
2322
2323enum class AudioHealthState {
2324 Waiting,

Callers 1

updateAudioStreamTableFunction · 0.85

Calls 2

formatAudioCodecFunction · 0.85
formatPacketClassCodeFunction · 0.85

Tested by

no test coverage detected