FFmpeg
|
Data Fields | |
const AVClass * | class |
ssh_session | session |
sftp_session | sftp |
sftp_file | file |
int64_t | filesize |
int | rw_timeout |
int | trunc |
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().