mixer: migrate to C++ exceptions

This commit is contained in:
Max Kellermann
2016-09-09 12:52:51 +02:00
parent ae1eb9ccde
commit e7d327226a
21 changed files with 272 additions and 341 deletions
+2 -3
View File
@@ -36,8 +36,7 @@ pulse_output_set_mixer(PulseOutput &po, PulseMixer &pm);
void
pulse_output_clear_mixer(PulseOutput &po, PulseMixer &pm);
bool
pulse_output_set_volume(PulseOutput &po,
const pa_cvolume *volume, Error &error);
void
pulse_output_set_volume(PulseOutput &po, const pa_cvolume *volume);
#endif