FFmpeg
|
Data Fields | |
const AVClass * | class |
int | fd |
int | listen |
int | open_timeout |
int | rw_timeout |
int | listen_timeout |
int | recv_buffer_size |
int | send_buffer_size |
int TCPContext::fd |
Definition at line 37 of file tcp.c.
Referenced by tcp_accept(), tcp_close(), tcp_get_file_handle(), tcp_open(), tcp_read(), tcp_shutdown(), and tcp_write().
int TCPContext::listen |
Definition at line 38 of file tcp.c.
Referenced by tcp_accept(), and tcp_open().
int TCPContext::open_timeout |
Definition at line 39 of file tcp.c.
Referenced by tcp_open().
int TCPContext::rw_timeout |
Definition at line 40 of file tcp.c.
Referenced by tcp_open().
int TCPContext::listen_timeout |
Definition at line 41 of file tcp.c.
Referenced by tcp_accept(), and tcp_open().
int TCPContext::recv_buffer_size |
Definition at line 42 of file tcp.c.
Referenced by tcp_open().
int TCPContext::send_buffer_size |
Definition at line 43 of file tcp.c.
Referenced by tcp_open().