FreeSWITCH API Documentation
1.7.0
|
#include <switch_rtp.h>
Data Fields | |
uint32_t | index |
switch_rtp_crypto_key_type_t | type |
unsigned char | key [SWITCH_RTP_MAX_CRYPTO_LEN] |
switch_size_t | keylen |
struct switch_rtp_crypto_key * | next |
Definition at line 72 of file switch_rtp.h.
uint32_t switch_rtp_crypto_key::index |
Definition at line 73 of file switch_rtp.h.
Referenced by switch_rtp_add_crypto_key().
unsigned char switch_rtp_crypto_key::key[SWITCH_RTP_MAX_CRYPTO_LEN] |
Definition at line 75 of file switch_rtp.h.
Referenced by switch_rtp_add_crypto_key().
switch_size_t switch_rtp_crypto_key::keylen |
Definition at line 76 of file switch_rtp.h.
struct switch_rtp_crypto_key* switch_rtp_crypto_key::next |
Definition at line 77 of file switch_rtp.h.
Referenced by switch_rtp_add_crypto_key().
switch_rtp_crypto_key_type_t switch_rtp_crypto_key::type |
Definition at line 74 of file switch_rtp.h.
Referenced by switch_rtp_add_crypto_key().