SRTPProtoContext Struct Reference
Collaboration diagram for SRTPProtoContext:
Collaboration graph

Data Fields

const AVClassclass
 
URLContextrtp_hd
 
const char * out_suite
 
const char * out_params
 
const char * in_suite
 
const char * in_params
 
struct SRTPContext srtp_out srtp_in
 
uint8_t encryptbuf [RTP_MAX_PACKET_LENGTH]
 

Detailed Description

Definition at line 31 of file srtpproto.c.

Field Documentation

const AVClass* SRTPProtoContext::class

Definition at line 32 of file srtpproto.c.

uint8_t SRTPProtoContext::encryptbuf[RTP_MAX_PACKET_LENGTH]

Definition at line 37 of file srtpproto.c.

Referenced by srtp_open(), and srtp_write().

const char * SRTPProtoContext::in_params

Definition at line 35 of file srtpproto.c.

Referenced by srtp_open().

const char* SRTPProtoContext::in_suite

Definition at line 35 of file srtpproto.c.

Referenced by srtp_open().

const char * SRTPProtoContext::out_params

Definition at line 34 of file srtpproto.c.

Referenced by srtp_open().

const char* SRTPProtoContext::out_suite

Definition at line 34 of file srtpproto.c.

Referenced by srtp_open().

URLContext* SRTPProtoContext::rtp_hd
struct SRTPContext srtp_out SRTPProtoContext::srtp_in

Definition at line 36 of file srtpproto.c.

Referenced by srtp_close(), srtp_open(), and srtp_read().


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