Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/speexdsp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2007-03-08 01:28:11 +0300
committerjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2007-03-08 01:28:11 +0300
commit28574ac645913dcc5b6a2255f6f284dc482865d2 (patch)
tree49246436b06d85c4a08141cf95aab995ab59bd78 /include/speex
parent734747ef9ef5a556f58ab13580fa21ab8e381f5c (diff)
JITTER_BUFFER_GET_AVAILABLE_COUNT (patch by pwk)
git-svn-id: http://svn.xiph.org/trunk/speex@12675 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'include/speex')
-rw-r--r--include/speex/speex_jitter.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/speex/speex_jitter.h b/include/speex/speex_jitter.h
index feecdd1..a5314d6 100644
--- a/include/speex/speex_jitter.h
+++ b/include/speex/speex_jitter.h
@@ -81,6 +81,9 @@ struct _JitterBufferPacket {
#define JITTER_BUFFER_SET_MARGIN 0
/** Get minimum amount of extra buffering required (margin) */
#define JITTER_BUFFER_GET_MARGIN 1
+/* JITTER_BUFFER_SET_AVALIABLE_COUNT wouldn't make sense */
+/** Get the amount of avaliable packets currently buffered */
+#define JITTER_BUFFER_GET_AVALIABLE_COUNT 3
#define JITTER_BUFFER_ADJUST_INTERPOLATE -1
#define JITTER_BUFFER_ADJUST_OK 0