Ignore:
Timestamp:
Apr 20, 2006 11:07:59 AM (18 years ago)
Author:
bennylp
Message:

Added the time when session was created in pjmedia_rtcp_stat

File:
1 edited

Legend:

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

    r399 r403  
    194194struct pjmedia_rtcp_stat 
    195195{ 
    196     pjmedia_rtcp_stream_stat    tx; /**< Encoder stream statistics.         */ 
    197     pjmedia_rtcp_stream_stat    rx; /**< Decoder stream statistics.         */ 
     196    pj_time_val              start; /**< Time when session was created      */ 
     197 
     198    pjmedia_rtcp_stream_stat tx;    /**< Encoder stream statistics.         */ 
     199    pjmedia_rtcp_stream_stat rx;    /**< Decoder stream statistics.         */ 
    198200     
    199201    struct { 
Note: See TracChangeset for help on using the changeset viewer.