Changeset 2597 for pjproject/trunk/pjmedia/include/pjmedia/transport_srtp.h
- Timestamp:
- Apr 14, 2009 3:18:30 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/include/pjmedia/transport_srtp.h
r2394 r2597 196 196 197 197 /** 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 */ 204 PJ_DECL(pj_status_t) pjmedia_srtp_init_lib(void); 205 206 207 /** 198 208 * Initialize SRTP setting with its default values. 199 209 *
Note: See TracChangeset
for help on using the changeset viewer.