FFmpeg
|
Data Fields | |
const AVClass * | class |
struct sockaddr_un | addr |
int | timeout |
int | listen |
int | type |
int | fd |
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().