Ignore:
Timestamp:
Feb 21, 2006 12:11:18 AM (18 years ago)
Author:
bennylp
Message:

Initial conference implementation

File:
1 edited

Legend:

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

    r189 r205  
    176176 
    177177/** 
     178 * Get the port interface for the specified stream. 
     179 */ 
     180PJ_DECL(pj_status_t) pjmedia_session_get_port( pjmedia_session *session, 
     181                                               unsigned index, 
     182                                               pjmedia_port **p_port); 
     183 
     184 
     185/** 
    178186 * Get session statistics. The stream statistic shows various 
    179187 * indicators such as packet count, packet lost, jitter, delay, etc. 
Note: See TracChangeset for help on using the changeset viewer.