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

Data Fields

const AVClassclass
 
struct sockaddr_un addr
 
int timeout
 
int listen
 
int type
 
int fd
 

Detailed Description

Definition at line 36 of file unix.c.

Field Documentation

const AVClass* UnixContext::class

Definition at line 37 of file unix.c.

struct sockaddr_un UnixContext::addr

Definition at line 38 of file unix.c.

Referenced by unix_close(), and unix_open().

int UnixContext::timeout

Definition at line 39 of file unix.c.

Referenced by unix_open().

int UnixContext::listen

Definition at line 40 of file unix.c.

Referenced by unix_close(), and unix_open().

int UnixContext::type

Definition at line 41 of file unix.c.

Referenced by unix_open().

int UnixContext::fd

Definition at line 42 of file unix.c.

Referenced by unix_close(), unix_get_file_handle(), unix_open(), unix_read(), and unix_write().


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