mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
Implement a set volume function to expose this capability to higher layers
This commit is contained in:
parent
36f2aad5f0
commit
e543e04ca7
2 changed files with 25 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue