FFmpeg
|
Data Fields | |
URLContext * | rtp_hd |
URLContext * | rtcp_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 |
Definition at line 44 of file rtpproto.c.
URLContext* RTPContext::rtp_hd |
Definition at line 45 of file rtpproto.c.
Referenced by ff_rtp_get_local_rtp_port(), ff_rtp_set_remote_url(), rtp_close(), rtp_open(), and rtp_write().
URLContext * RTPContext::rtcp_hd |
Definition at line 45 of file rtpproto.c.
Referenced by ff_rtp_get_local_rtcp_port(), ff_rtp_set_remote_url(), rtp_close(), rtp_open(), and rtp_write().
int RTPContext::rtp_fd |
Definition at line 46 of file rtpproto.c.
Referenced by rtp_get_file_handle(), rtp_get_multi_file_handle(), rtp_open(), rtp_read(), and rtp_write().
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().