| 2306 | } |
| 2307 | |
| 2308 | static QString formatAudioStreamSource(const QStringList& sliceLabels) |
| 2309 | { |
| 2310 | if (sliceLabels.isEmpty()) { |
| 2311 | return "Speaker mix (no unmuted slices)"; |
| 2312 | } |
| 2313 | return QString("Speaker mix: %1").arg(formatSliceMix(sliceLabels)); |
| 2314 | } |
| 2315 | |
| 2316 | static QString formatAudioStreamFormat(quint16 pcc) |
| 2317 | { |
no test coverage detected