X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/e3953a418a97e0512da7421bb1374c0336fdfd4d..80fb0bd9ad2e970944fe1bd20922319592bfd994:/lib/uaudio.h diff --git a/lib/uaudio.h b/lib/uaudio.h index 631828f..bcb4e94 100644 --- a/lib/uaudio.h +++ b/lib/uaudio.h @@ -23,6 +23,8 @@ #ifndef UAUDIO_H #define UAUDIO_H +struct sockaddr_storage; + extern int uaudio_rate; extern int uaudio_bits; extern int uaudio_channels; @@ -180,6 +182,9 @@ const struct uaudio *uaudio_find(const char *name); const struct uaudio *uaudio_default(const struct uaudio *const *apis, unsigned context); +int rtp_add_recipient(const struct sockaddr_storage *sa); +int rtp_remove_recipient(const struct sockaddr_storage *sa); + extern uint64_t uaudio_schedule_timestamp; extern int uaudio_schedule_reactivated;