FFmpeg
Data Fields
LIBSSHContext Struct Reference

Data Fields

const AVClassclass
 
ssh_session session
 
sftp_session sftp
 
sftp_file file
 
sftp_dir dir
 
int64_t filesize
 
int rw_timeout
 
int trunc
 
char * priv_key
 

Detailed Description

Definition at line 32 of file libssh.c.

Field Documentation

◆ class

const AVClass* LIBSSHContext::class

Definition at line 33 of file libssh.c.

◆ session

ssh_session LIBSSHContext::session

◆ sftp

sftp_session LIBSSHContext::sftp

◆ file

sftp_file LIBSSHContext::file

◆ dir

sftp_dir LIBSSHContext::dir

Definition at line 37 of file libssh.c.

Referenced by libssh_close_dir(), libssh_open_dir(), and libssh_read_dir().

◆ filesize

int64_t LIBSSHContext::filesize

Definition at line 38 of file libssh.c.

Referenced by libssh_seek(), and libssh_stat_file().

◆ rw_timeout

int LIBSSHContext::rw_timeout

Definition at line 39 of file libssh.c.

Referenced by libssh_create_ssh_session().

◆ trunc

int LIBSSHContext::trunc

Definition at line 40 of file libssh.c.

Referenced by libssh_open_file().

◆ priv_key

char* LIBSSHContext::priv_key

Definition at line 41 of file libssh.c.

Referenced by libssh_authentication().


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