Ignore:
Timestamp:
Jun 19, 2008 2:10:28 PM (16 years ago)
Author:
bennylp
Message:

Ticket #549: major modification in media transport API to support more offer/answer scenarios

File:
1 edited

Legend:

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

    r1810 r2032  
    318318                                               pjmedia_sdp_rtcp_attr *rtcp); 
    319319 
     320 
     321/** 
     322 * Create a=rtcp attribute. 
     323 * 
     324 * @param pool          Pool to create the attribute. 
     325 * @param a             Socket address. 
     326 * 
     327 * @return              SDP RTCP attribute. 
     328 */ 
     329PJ_DECL(pjmedia_sdp_attr*) pjmedia_sdp_attr_create_rtcp(pj_pool_t *pool, 
     330                                                        const pj_sockaddr *a); 
    320331 
    321332 
Note: See TracChangeset for help on using the changeset viewer.