FFmpeg  2.6.9
 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

Detailed Description

Definition at line 34 of file tcp.c.

Field Documentation

const AVClass* TCPContext::class

Definition at line 35 of file tcp.c.

int TCPContext::fd

Definition at line 36 of file tcp.c.

Referenced by tcp_close(), tcp_get_file_handle(), tcp_open(), tcp_read(), tcp_shutdown(), and tcp_write().

int TCPContext::listen

Definition at line 37 of file tcp.c.

Referenced by tcp_open().

int TCPContext::open_timeout

Definition at line 38 of file tcp.c.

Referenced by tcp_open().

int TCPContext::rw_timeout

Definition at line 39 of file tcp.c.

Referenced by tcp_open().

int TCPContext::listen_timeout

Definition at line 40 of file tcp.c.

Referenced by tcp_open().


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