FFmpeg
Data Fields
LIBSMBContext Struct Reference

Data Fields

const AVClassclass
 
SMBCCTX * ctx
 
int dh
 
int fd
 
int64_t filesize
 
int trunc
 
int timeout
 
char * workgroup
 

Detailed Description

Definition at line 26 of file libsmbclient.c.

Field Documentation

◆ class

const AVClass* LIBSMBContext::class

Definition at line 27 of file libsmbclient.c.

◆ ctx

SMBCCTX* LIBSMBContext::ctx

Definition at line 28 of file libsmbclient.c.

Referenced by libsmbc_close(), and libsmbc_connect().

◆ dh

int LIBSMBContext::dh

Definition at line 29 of file libsmbclient.c.

Referenced by libsmbc_close_dir(), libsmbc_move(), libsmbc_open_dir(), and libsmbc_read_dir().

◆ fd

int LIBSMBContext::fd

◆ filesize

int64_t LIBSMBContext::filesize

Definition at line 31 of file libsmbclient.c.

Referenced by libsmbc_open(), and libsmbc_seek().

◆ trunc

int LIBSMBContext::trunc

Definition at line 32 of file libsmbclient.c.

Referenced by libsmbc_open().

◆ timeout

int LIBSMBContext::timeout

Definition at line 33 of file libsmbclient.c.

Referenced by libsmbc_connect().

◆ workgroup

char* LIBSMBContext::workgroup

Definition at line 34 of file libsmbclient.c.

Referenced by libsmbc_connect().


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