Asterisk - The Open Source Telephony Project GIT-master-7921072
Data Fields
ast_sdp_crypto_api Struct Reference

#include <sdp_srtp.h>

Collaboration diagram for ast_sdp_crypto_api:
Collaboration graph
[legend]

Data Fields

sdp_crypto_alloc_cb alloc
 
sdp_crypto_build_offer_cb build_offer
 
sdp_crypto_destroy_cb dtor
 
sdp_srtp_get_attr_cb get_attr
 
sdp_crypto_parse_offer_cb parse_offer
 

Detailed Description

Definition at line 126 of file sdp_srtp.h.

Field Documentation

◆ alloc

Allocate a crypto struct

Definition at line 130 of file sdp_srtp.h.

Referenced by ast_sdp_crypto_alloc().

◆ build_offer

Build a SDP a=crypto offer line parameter string

Definition at line 132 of file sdp_srtp.h.

Referenced by ast_sdp_crypto_build_offer().

◆ dtor

Destroy a crypto struct

Definition at line 128 of file sdp_srtp.h.

Referenced by ast_sdp_crypto_destroy().

◆ get_attr

Get the SDP a=crypto offer line parameter string

Definition at line 136 of file sdp_srtp.h.

Referenced by ast_sdp_srtp_get_attrib().

◆ parse_offer

Parse a SDP a=crypto offer line parameter string

Definition at line 134 of file sdp_srtp.h.

Referenced by ast_sdp_crypto_process().


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