Ignore:
Timestamp:
Apr 14, 2009 3:18:30 PM (16 years ago)
Author:
nanang
Message:

Ticket #788: Updated pjsua_media_subsys_init() to perform SRTP library initialization.

File:
1 edited

Legend:

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

    r2394 r2597  
    196196 
    197197/** 
     198 * Initialize SRTP library. This function should be called before 
     199 * any SRTP functions, however calling #pjmedia_transport_srtp_create()  
     200 * will also invoke this function. This function will also register SRTP 
     201 * library deinitialization to #pj_atexit(), so the deinitialization 
     202 * of SRTP library will be performed automatically by PJLIB destructor. 
     203 */ 
     204PJ_DECL(pj_status_t) pjmedia_srtp_init_lib(void); 
     205 
     206 
     207/** 
    198208 * Initialize SRTP setting with its default values. 
    199209 * 
Note: See TracChangeset for help on using the changeset viewer.