Ignore:
Timestamp:
Jul 15, 2010 10:18:59 AM (14 years ago)
Author:
nanang
Message:

Re #1103:

  • Updated RTCP jitter statistics calculation (in receiving direction) to use "interarrival jitter" (was using "difference D") of RFC 3550.
  • Added APIs to reset RTCP statistics.
File:
1 edited

Legend:

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

    r2844 r3237  
    227227                                              pjmedia_rtcp_stat *stat); 
    228228 
     229 
     230/** 
     231 * Reset the stream statistics. 
     232 * 
     233 * @param stream        The media stream. 
     234 * 
     235 * @return              PJ_SUCCESS on success. 
     236 */ 
     237PJ_DECL(pj_status_t) pjmedia_stream_reset_stat(pjmedia_stream *stream); 
     238 
     239 
    229240#if defined(PJMEDIA_HAS_RTCP_XR) && (PJMEDIA_HAS_RTCP_XR != 0) 
    230241/** 
Note: See TracChangeset for help on using the changeset viewer.