FFmpeg
|
Data Fields | |
const AVClass * | class |
URLContext * | rtp_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] |
Definition at line 31 of file srtpproto.c.
const AVClass* SRTPProtoContext::class |
Definition at line 32 of file srtpproto.c.
URLContext* SRTPProtoContext::rtp_hd |
Definition at line 33 of file srtpproto.c.
Referenced by srtp_close(), srtp_get_file_handle(), srtp_get_multi_file_handle(), srtp_open(), srtp_read(), and srtp_write().
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().