FFmpeg  1.2.4
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 [1500]

Detailed Description

Definition at line 30 of file srtpproto.c.

Field Documentation

const AVClass* SRTPProtoContext::class

Definition at line 31 of file srtpproto.c.

uint8_t SRTPProtoContext::encryptbuf[1500]

Definition at line 36 of file srtpproto.c.

Referenced by srtp_open(), and srtp_write().

const char * SRTPProtoContext::in_params

Definition at line 34 of file srtpproto.c.

Referenced by srtp_open().

const char* SRTPProtoContext::in_suite

Definition at line 34 of file srtpproto.c.

Referenced by srtp_open().

const char * SRTPProtoContext::out_params

Definition at line 33 of file srtpproto.c.

Referenced by srtp_open().

const char* SRTPProtoContext::out_suite

Definition at line 33 of file srtpproto.c.

Referenced by srtp_open().

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

Definition at line 35 of file srtpproto.c.

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


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