Libav
Data Fields
TCPContext Struct Reference

Data Fields

const AVClassclass
 
int fd
 
int listen
 
int timeout
 
int listen_timeout
 

Detailed Description

Definition at line 33 of file tcp.c.

Field Documentation

◆ class

const AVClass* TCPContext::class

Definition at line 34 of file tcp.c.

◆ fd

int TCPContext::fd

Definition at line 35 of file tcp.c.

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

◆ listen

int TCPContext::listen

Definition at line 36 of file tcp.c.

Referenced by tcp_open().

◆ timeout

int TCPContext::timeout

Definition at line 37 of file tcp.c.

Referenced by tcp_open().

◆ listen_timeout

int TCPContext::listen_timeout

Definition at line 38 of file tcp.c.

Referenced by tcp_open().


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