29 out <<
"Connection to PulseAudio has been successfully established." << std::endl;
34 out <<
"Query for default sink failed." << std::endl;
39 out <<
"Default PulseAudio sync has been identified: " << sink_name << std::endl;
44 out <<
"PulseAudio sink details for " << name <<
" with index " << index <<
" is available:" << std::endl;
45 for (
const auto& port : known_ports)
47 if (port.is_monitored)
48 out <<
" " << port.description <<
": " << std::boolalpha << port.is_available <<
"\n";
53 out <<
"PulseAudio event for sink with index " << index <<
" received." << std::endl;