Ignore:
Timestamp:
May 14, 2006 6:23:34 PM (18 years ago)
Author:
bennylp
Message:

Fixed more bugs with multiple frame handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/jbuf.h

    r438 r442  
    112112 *                      delay that may be introduced by this jitter  
    113113 *                      buffer. 
     114 * @param ptime         Indication of frame duration, used to calculate  
     115 *                      the interval between jitter recalculation. 
    114116 * @param p_jb          Pointer to receive jitter buffer instance. 
    115117 * 
     
    119121                                         const pj_str_t *name, 
    120122                                         unsigned frame_size, 
     123                                         unsigned ptime, 
    121124                                         unsigned max_count, 
    122125                                         pjmedia_jbuf **p_jb); 
Note: See TracChangeset for help on using the changeset viewer.