FFmpeg  4.0
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 35 of file unix.c.

Field Documentation

◆ class

const AVClass* UnixContext::class

Definition at line 36 of file unix.c.

◆ addr

struct sockaddr_un UnixContext::addr

Definition at line 37 of file unix.c.

Referenced by unix_close(), and unix_open().

◆ timeout

int UnixContext::timeout

Definition at line 38 of file unix.c.

Referenced by unix_open().

◆ listen

int UnixContext::listen

Definition at line 39 of file unix.c.

Referenced by unix_close(), and unix_open().

◆ type

int UnixContext::type

Definition at line 40 of file unix.c.

Referenced by unix_open(), and unix_read().

◆ fd

int UnixContext::fd

Definition at line 41 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: