Asterisk - The Open Source Telephony Project
18.5.0
|
structure for secure RTP audio More...
#include <sdp_srtp.h>
Data Fields | |
struct ast_sdp_crypto * | crypto |
unsigned int | flags |
struct { | |
struct ast_sdp_srtp * next | |
} | sdp_srtp_list |
structure for secure RTP audio
Definition at line 37 of file sdp_srtp.h.
struct ast_sdp_crypto* crypto |
Definition at line 39 of file sdp_srtp.h.
Referenced by ast_sdp_srtp_destroy(), res_sdp_crypto_parse_offer(), res_sdp_srtp_get_attr(), and setup_srtp().
unsigned int flags |
Definition at line 38 of file sdp_srtp.h.
Referenced by res_sdp_crypto_parse_offer().
struct ast_sdp_srtp* next |
Definition at line 40 of file sdp_srtp.h.
Referenced by ast_sdp_srtp_destroy().
struct { ... } sdp_srtp_list |
Referenced by add_crypto_to_stream(), ast_sdp_srtp_destroy(), res_sdp_crypto_parse_offer(), and res_sdp_srtp_get_attr().