32 out <<
"Connection to PulseAudio has been successfully established." << std::endl;
37 out <<
"Query for default sink failed." << std::endl;
42 out <<
"Default PulseAudio sync has been identified: " << sink_name << std::endl;
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";
56 out <<
"PulseAudio event for sink with index " << index <<
" received." << std::endl;