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

Data Fields

URLContextrtp_hd
 
URLContextrtcp_hd
 
int rtp_fd
 
int rtcp_fd
 
int nb_ssm_include_addrs
 
int nb_ssm_exclude_addrs
 
struct sockaddr_storage ** ssm_include_addrs
 
struct sockaddr_storage ** ssm_exclude_addrs
 
int write_to_source
 
struct sockaddr_storage
last_rtp_source 
last_rtcp_source
 
socklen_t last_rtp_source_len
 
socklen_t last_rtcp_source_len
 

Detailed Description

Definition at line 44 of file rtpproto.c.

Field Documentation

URLContext* RTPContext::rtp_hd
URLContext * RTPContext::rtcp_hd
int RTPContext::rtp_fd
int RTPContext::rtcp_fd

Definition at line 46 of file rtpproto.c.

Referenced by rtp_get_multi_file_handle(), rtp_open(), rtp_read(), and rtp_write().

int RTPContext::nb_ssm_include_addrs

Definition at line 46 of file rtpproto.c.

Referenced by rtp_check_source_lists(), rtp_close(), and rtp_open().

int RTPContext::nb_ssm_exclude_addrs

Definition at line 46 of file rtpproto.c.

Referenced by rtp_check_source_lists(), rtp_close(), and rtp_open().

struct sockaddr_storage** RTPContext::ssm_include_addrs

Definition at line 47 of file rtpproto.c.

Referenced by rtp_check_source_lists(), rtp_close(), and rtp_open().

struct sockaddr_storage ** RTPContext::ssm_exclude_addrs

Definition at line 47 of file rtpproto.c.

Referenced by rtp_check_source_lists(), rtp_close(), and rtp_open().

int RTPContext::write_to_source

Definition at line 48 of file rtpproto.c.

Referenced by rtp_open(), and rtp_write().

struct sockaddr_storage last_rtp_source RTPContext::last_rtcp_source

Definition at line 49 of file rtpproto.c.

Referenced by rtp_read(), and rtp_write().

socklen_t RTPContext::last_rtp_source_len

Definition at line 50 of file rtpproto.c.

Referenced by rtp_read(), and rtp_write().

socklen_t RTPContext::last_rtcp_source_len

Definition at line 50 of file rtpproto.c.

Referenced by rtp_read(), and rtp_write().


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