Ignore:
Timestamp:
Aug 15, 2011 9:38:42 AM (13 years ago)
Author:
bennylp
Message:

Re #1263 (Video API):

  • Added PJSUA_CALL_VID_STRM_NO_OP to occupy value 0 for the enum
  • Added pjsua_call_vid_strm_op_param_default() to initialize pjsua_call_vid_strm_op_param
  • Renamed pjsua_call_get_transport_info() to pjsua_call_get_med_transport_info()
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_call.c

    r3667 r3694  
    15371537 * Get media transport info for the specified media index. 
    15381538 */ 
    1539 PJ_DEF(pj_status_t) pjsua_call_get_transport_info( pjsua_call_id call_id, 
    1540                                                    unsigned med_idx, 
    1541                                                    pjmedia_transport_info *t) 
     1539PJ_DEF(pj_status_t)  
     1540pjsua_call_get_med_transport_info(pjsua_call_id call_id, 
     1541                                  unsigned med_idx, 
     1542                                  pjmedia_transport_info *t) 
    15421543{ 
    15431544    pjsua_call *call; 
Note: See TracChangeset for help on using the changeset viewer.