Changeset 2353 for pjproject/trunk/third_party/srtp/include/srtp.h
- Timestamp:
- Oct 21, 2008 2:29:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/third_party/srtp/include/srtp.h
r1730 r2353 259 259 260 260 /** 261 * @brief srtp_deinit() deinitializes the srtp library. 262 * 263 * @warning This function @b must be called on quitting application or 264 * after srtp is no longer used. 265 */ 266 267 err_status_t 268 srtp_deinit(void); 269 270 /** 261 271 * @brief srtp_protect() is the Secure RTP sender-side packet processing 262 272 * function.
Note: See TracChangeset
for help on using the changeset viewer.