chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'master' of git.distorted.org.uk:~mdw/publish/public-git/disorder
[disorder]
/
lib
/
uaudio.h
diff --git
a/lib/uaudio.h
b/lib/uaudio.h
index 631828f7cb54c04cfb82b400eec8464304d57a6d..bcb4e949d95a5c7f94f058f7de12648401e82842 100644
(file)
--- a/
lib/uaudio.h
+++ b/
lib/uaudio.h
@@
-23,6
+23,8
@@
#ifndef UAUDIO_H
#define UAUDIO_H
#ifndef UAUDIO_H
#define UAUDIO_H
+struct sockaddr_storage;
+
extern int uaudio_rate;
extern int uaudio_bits;
extern int uaudio_channels;
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);
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;
extern uint64_t uaudio_schedule_timestamp;
extern int uaudio_schedule_reactivated;