From e543e04ca725ef1c240762529e7dafec31749683 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Thu, 3 Jul 2008 23:47:34 +0100 Subject: Implement a set volume function to expose this capability to higher layers --- src/modules/rtp/raop_client.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/modules/rtp/raop_client.h') diff --git a/src/modules/rtp/raop_client.h b/src/modules/rtp/raop_client.h index 882dae17..3d5ef167 100644 --- a/src/modules/rtp/raop_client.h +++ b/src/modules/rtp/raop_client.h @@ -36,6 +36,7 @@ void pa_raop_client_free(pa_raop_client* c); int pa_raop_connect(pa_raop_client* c); int pa_raop_flush(pa_raop_client* c); +int pa_raop_client_set_volume(pa_raop_client* c, pa_volume_t volume); int pa_raop_client_encode_sample(pa_raop_client* c, pa_memchunk* raw, pa_memchunk* encoded); typedef void (*pa_raop_client_cb_t)(int fd, void *userdata); -- cgit