#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 | key [SWITCH_RTP_MAX_CRYPTO_LEN] |
| switch_size_t | keylen |
| switch_rtp_crypto_key * | next |
Definition at line 62 of file switch_rtp.h.
| uint32_t switch_rtp_crypto_key::index |
Definition at line 63 of file switch_rtp.h.
| unsigned char switch_rtp_crypto_key::key[SWITCH_RTP_MAX_CRYPTO_LEN] |
Definition at line 65 of file switch_rtp.h.
Definition at line 66 of file switch_rtp.h.
Definition at line 67 of file switch_rtp.h.
Definition at line 64 of file switch_rtp.h.
1.4.7