Ignore:
Timestamp:
Apr 29, 2008 5:15:41 PM (16 years ago)
Author:
nanang
Message:

More on ticket #513:

  • Added RTCP XR print reports to streamutil.c
  • Added new API pjmedia_stream_get_stat_xr()
  • Added field rtcp_xr_enabled to stream info structure
  • Swapped the wrong RTCP XR statistic storage (encoding direction should be stored in TX, decoding direction in RX, it was the opposite)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/session.c

    r1935 r1943  
    166166 
    167167    pj_bzero(si, sizeof(*si)); 
     168 
     169#if PJMEDIA_HAS_RTCP_XR && PJMEDIA_STREAM_ENABLE_XR 
     170    /* Set default RTCP XR enabled/disabled */ 
     171    si->rtcp_xr_enabled = PJ_TRUE; 
     172#endif 
    168173 
    169174    /* Media type: */ 
Note: See TracChangeset for help on using the changeset viewer.