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

Data Fields

const AVClassclass
 
int fd
 
int listen
 
int open_timeout
 
int rw_timeout
 
int listen_timeout
 
int recv_buffer_size
 
int send_buffer_size
 

Detailed Description

Definition at line 35 of file tcp.c.

Field Documentation

const AVClass* TCPContext::class

Definition at line 36 of file tcp.c.

int TCPContext::fd
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().


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