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

Data Fields

const AVClassclass
 
ssh_session session
 
sftp_session sftp
 
sftp_file file
 
int64_t filesize
 
int rw_timeout
 
int trunc
 

Detailed Description

Definition at line 29 of file libssh.c.

Field Documentation

const AVClass* LIBSSHContext::class

Definition at line 30 of file libssh.c.

ssh_session LIBSSHContext::session

Definition at line 31 of file libssh.c.

Referenced by libssh_close(), and libssh_open().

sftp_session LIBSSHContext::sftp

Definition at line 32 of file libssh.c.

Referenced by libssh_close(), and libssh_open().

sftp_file LIBSSHContext::file

Definition at line 33 of file libssh.c.

Referenced by libssh_close(), libssh_open(), libssh_read(), libssh_seek(), and libssh_write().

int64_t LIBSSHContext::filesize

Definition at line 34 of file libssh.c.

Referenced by libssh_open(), and libssh_seek().

int LIBSSHContext::rw_timeout

Definition at line 35 of file libssh.c.

Referenced by libssh_open().

int LIBSSHContext::trunc

Definition at line 36 of file libssh.c.

Referenced by libssh_open().


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