|
RTS API Documentation
1.10.11
|
#include <switch_rtp.h>
Collaboration diagram for switch_rtp_crypto_key:Data Fields | |
| uint32_t | index |
| switch_rtp_crypto_key_type_t | type |
| unsigned char | keysalt [SWITCH_RTP_MAX_CRYPTO_LEN] |
| switch_size_t | keylen |
| struct switch_rtp_crypto_key * | next |
Definition at line 78 of file switch_rtp.h.
| uint32_t switch_rtp_crypto_key::index |
Definition at line 79 of file switch_rtp.h.
Referenced by switch_rtp_add_crypto_key().
| switch_size_t switch_rtp_crypto_key::keylen |
Definition at line 82 of file switch_rtp.h.
| unsigned char switch_rtp_crypto_key::keysalt[SWITCH_RTP_MAX_CRYPTO_LEN] |
Definition at line 81 of file switch_rtp.h.
Referenced by switch_rtp_add_crypto_key().
| struct switch_rtp_crypto_key* switch_rtp_crypto_key::next |
Definition at line 83 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 80 of file switch_rtp.h.
Referenced by switch_rtp_add_crypto_key().
1.8.13