47 out <<
"PulseAudio sink details for " << name <<
" with index " << index <<
" is available:" << std::endl;
48 for (
const auto& port : known_ports)
50 if (port.is_monitored)
51 out <<
" " << port.description <<
": " << std::boolalpha << port.is_available <<
"\n";