RTS API Documentation  1.10.11
Data Fields
switch_rtp_crypto_key Struct Reference

#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_keynext
 

Detailed Description

Definition at line 78 of file switch_rtp.h.

Field Documentation

◆ index

uint32_t switch_rtp_crypto_key::index

Definition at line 79 of file switch_rtp.h.

Referenced by switch_rtp_add_crypto_key().

◆ keylen

switch_size_t switch_rtp_crypto_key::keylen

Definition at line 82 of file switch_rtp.h.

◆ keysalt

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().

◆ next

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().

◆ type

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().


The documentation for this struct was generated from the following file: