Ignore:
Timestamp:
Jun 22, 2006 12:54:54 AM (18 years ago)
Author:
bennylp
Message:

Added capability to build pjmedia_sock_info from an UDP media transport

File:
1 edited

Legend:

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

    r518 r533  
    7777 
    7878/** 
     79 * Get media socket info from the specified UDP transport. 
     80 * 
     81 * @param tp        The UDP transport interface. 
     82 * @param i         Media socket info to be initialized. 
     83 * 
     84 * @return          PJ_SUCCESS on success. 
     85 */ 
     86PJ_DECL(pj_status_t) pjmedia_transport_udp_get_sock_info(pjmedia_transport *tp, 
     87                                                         pjmedia_sock_info *i); 
     88 
     89 
     90/** 
    7991 * Create UDP stream transport from existing sockets. Use this function when 
    8092 * the sockets have previously been created. 
Note: See TracChangeset for help on using the changeset viewer.