RTS API Documentation
1.10.11
|
#include <switch_rtp.h>
Data Fields | |
char * | name |
const char * | alias |
switch_rtp_crypto_key_type_t | type |
int | keysalt_len |
int | salt_len |
Definition at line 70 of file switch_rtp.h.
const char* switch_srtp_crypto_suite_s::alias |
Definition at line 72 of file switch_rtp.h.
Referenced by switch_core_media_build_crypto(), and switch_core_session_check_incoming_crypto().
int switch_srtp_crypto_suite_s::keysalt_len |
Definition at line 74 of file switch_rtp.h.
Referenced by switch_core_media_add_crypto(), switch_core_media_build_crypto(), and switch_core_media_crypto_keysalt_len().
char* switch_srtp_crypto_suite_s::name |
Definition at line 71 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().
int switch_srtp_crypto_suite_s::salt_len |
Definition at line 75 of file switch_rtp.h.
Referenced by switch_core_media_crypto_salt_len().
switch_rtp_crypto_key_type_t switch_srtp_crypto_suite_s::type |
Definition at line 73 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().