Changeset 533 for pjproject/trunk/pjmedia/include/pjmedia/transport_udp.h
- Timestamp:
- Jun 22, 2006 12:54:54 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/include/pjmedia/transport_udp.h
r518 r533 77 77 78 78 /** 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 */ 86 PJ_DECL(pj_status_t) pjmedia_transport_udp_get_sock_info(pjmedia_transport *tp, 87 pjmedia_sock_info *i); 88 89 90 /** 79 91 * Create UDP stream transport from existing sockets. Use this function when 80 92 * the sockets have previously been created.
Note: See TracChangeset
for help on using the changeset viewer.