mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
raop: Do not send audio before RECORD response
This patch prevents audio packets to be sent before the server respond to the RECORD command.
This commit is contained in:
parent
29385da239
commit
604bf450dc
3 changed files with 28 additions and 4 deletions
|
|
@ -41,6 +41,7 @@ int pa_raop_client_connect(pa_raop_client *c);
|
|||
int pa_raop_client_flush(pa_raop_client *c);
|
||||
int pa_raop_client_teardown(pa_raop_client *c);
|
||||
|
||||
int pa_raop_client_udp_is_alive(pa_raop_client *c);
|
||||
int pa_raop_client_udp_can_stream(pa_raop_client *c);
|
||||
|
||||
void pa_raop_client_set_encryption(pa_raop_client *c, int encryption);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue