| 66 | void SetVolume(const pa_cvolume &volume); |
| 67 | |
| 68 | struct pa_threaded_mainloop *GetMainloop() { |
| 69 | return mainloop; |
| 70 | } |
| 71 | |
| 72 | void OnContextStateChanged(pa_context_state_t new_state); |
| 73 | void OnServerLayoutChanged(pa_subscription_event_type_t t, |
no outgoing calls
no test coverage detected