mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-25 06:59:52 -05:00
add new pa_socket_udp_low_delay() API
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1860 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
6b2fd2328a
commit
f44ddd1052
2 changed files with 36 additions and 1 deletions
|
|
@ -31,6 +31,7 @@ void pa_socket_peer_to_string(int fd, char *c, size_t l);
|
|||
|
||||
int pa_socket_low_delay(int fd);
|
||||
int pa_socket_tcp_low_delay(int fd);
|
||||
int pa_socket_udp_low_delay(int fd);
|
||||
|
||||
int pa_socket_set_sndbuf(int fd, size_t l);
|
||||
int pa_socket_set_rcvbuf(int fd, size_t l);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue