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

Data Fields

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

Detailed Description

Definition at line 28 of file libsmbclient.c.

Field Documentation

const AVClass* LIBSMBContext::class

Definition at line 29 of file libsmbclient.c.

SMBCCTX* LIBSMBContext::ctx

Definition at line 30 of file libsmbclient.c.

Referenced by libsmbc_close(), and libsmbc_connect().

int LIBSMBContext::fd

Definition at line 31 of file libsmbclient.c.

Referenced by libsmbc_close(), libsmbc_open(), libsmbc_read(), libsmbc_seek(), and libsmbc_write().

int64_t LIBSMBContext::filesize

Definition at line 32 of file libsmbclient.c.

Referenced by libsmbc_open(), and libsmbc_seek().

int LIBSMBContext::trunc

Definition at line 33 of file libsmbclient.c.

Referenced by libsmbc_open().

int LIBSMBContext::timeout

Definition at line 34 of file libsmbclient.c.

Referenced by libsmbc_connect().

char* LIBSMBContext::workgroup

Definition at line 35 of file libsmbclient.c.

Referenced by libsmbc_connect().


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