FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
SRTPProtoContext Struct Reference

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.

URLContext* SRTPProtoContext::rtp_hd
const char* SRTPProtoContext::out_suite

Definition at line 34 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::in_suite

Definition at line 35 of file srtpproto.c.

Referenced by srtp_open().

const char * SRTPProtoContext::in_params

Definition at line 35 of file srtpproto.c.

Referenced by srtp_open().

struct SRTPContext srtp_out SRTPProtoContext::srtp_in

Definition at line 36 of file srtpproto.c.

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

uint8_t SRTPProtoContext::encryptbuf[RTP_MAX_PACKET_LENGTH]

Definition at line 37 of file srtpproto.c.

Referenced by srtp_open(), and srtp_write().


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