summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlfred E. Heggestad <alfred.heggestad@gmail.com>2018-03-29 21:55:48 +0200
committerAlfred E. Heggestad <alfred.heggestad@gmail.com>2018-03-29 21:55:48 +0200
commit01116a34b60191e97831860a96be81fafc5026ec (patch)
tree05c3e8d308a45527085e01bebfcac791ceac1c44 /include
parentaadb1c53c1bf95680354425aff4ac24310cd9a88 (diff)
test: add testcase for media encryption
Diffstat (limited to 'include')
-rw-r--r--include/baresip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/baresip.h b/include/baresip.h
index 10758d9..299bcd8 100644
--- a/include/baresip.h
+++ b/include/baresip.h
@@ -995,6 +995,7 @@ int audio_level_get(const struct audio *au, double *level);
int audio_debug(struct re_printf *pf, const struct audio *a);
struct stream *audio_strm(const struct audio *a);
int audio_set_bitrate(struct audio *au, uint32_t bitrate);
+bool audio_rxaubuf_started(struct audio *au);
/*