From 612d2349e4664dd90bdf00850f22d2c4f5ee8c16 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Sun, 14 May 2006 18:23:34 +0000 Subject: Fixed more bugs with multiple frame handling git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@442 74dad513-b988-da41-8d7b-12977e46ad98 --- pjmedia/include/pjmedia/jbuf.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pjmedia/include') diff --git a/pjmedia/include/pjmedia/jbuf.h b/pjmedia/include/pjmedia/jbuf.h index 9bb1a995..013f61aa 100644 --- a/pjmedia/include/pjmedia/jbuf.h +++ b/pjmedia/include/pjmedia/jbuf.h @@ -111,6 +111,8 @@ typedef struct pjmedia_jbuf pjmedia_jbuf; * jitter buffer. This effectively means the maximum * delay that may be introduced by this jitter * buffer. + * @param ptime Indication of frame duration, used to calculate + * the interval between jitter recalculation. * @param p_jb Pointer to receive jitter buffer instance. * * @return PJ_SUCCESS on success. @@ -118,6 +120,7 @@ typedef struct pjmedia_jbuf pjmedia_jbuf; PJ_DECL(pj_status_t) pjmedia_jbuf_create(pj_pool_t *pool, const pj_str_t *name, unsigned frame_size, + unsigned ptime, unsigned max_count, pjmedia_jbuf **p_jb); -- cgit v1.2.3