FreeSWITCH API Documentation
1.7.0
|
#include <switch_rtp.h>
Data Fields | |
char * | name |
switch_rtp_crypto_key_type_t | type |
int | keylen |
Definition at line 65 of file switch_rtp.h.
int switch_srtp_crypto_suite_s::keylen |
Definition at line 68 of file switch_rtp.h.
Referenced by switch_core_media_add_crypto(), switch_core_media_build_crypto(), switch_core_media_crypto_keylen(), switch_core_media_recover_session(), switch_core_session_apply_crypto(), and switch_core_session_check_incoming_crypto().
char* switch_srtp_crypto_suite_s::name |
Definition at line 66 of file switch_rtp.h.
Referenced by switch_core_media_build_crypto(), switch_core_media_crypto_type2str(), switch_core_session_apply_crypto(), and switch_core_session_check_incoming_crypto().
switch_rtp_crypto_key_type_t switch_srtp_crypto_suite_s::type |
Definition at line 67 of file switch_rtp.h.
Referenced by generate_m(), switch_core_media_crypto_str2type(), switch_core_media_gen_local_sdp(), switch_core_session_check_incoming_crypto(), and switch_core_session_parse_crypto_prefs().