|
FFmpeg
|
#include <tls.h>
Data Fields | |
| const AVClass * | class |
| char * | ca_file |
| int | verify |
| char * | cert_file |
| char * | key_file |
| int | listen |
| char * | host |
| char * | http_proxy |
| char | underlying_host [200] |
| int | numerichost |
| int | external_sock |
| URLContext * | udp |
| URLContext * | tcp |
| int | is_dtls |
| int | use_srtp |
| char * | cert_buf |
| char * | key_buf |
| int | mtu |
| The size of RTP packet, should generally be set to MTU. More... | |
| char* TLSShared::ca_file |
Definition at line 39 of file tls.h.
Referenced by tls_open().
| int TLSShared::verify |
Definition at line 40 of file tls.h.
Referenced by tls_open().
| char* TLSShared::cert_file |
Definition at line 41 of file tls.h.
Referenced by tls_open().
| char* TLSShared::key_file |
Definition at line 42 of file tls.h.
Referenced by tls_open().
| int TLSShared::listen |
Definition at line 43 of file tls.h.
Referenced by tls_open().
| char* TLSShared::host |
Definition at line 45 of file tls.h.
Referenced by tls_open().
| int TLSShared::numerichost |
Definition at line 49 of file tls.h.
Referenced by tls_open().
| URLContext* TLSShared::udp |
| URLContext* TLSShared::tcp |
Definition at line 53 of file tls.h.
Referenced by tls_close(), tls_open(), tls_read(), and tls_write().
| int TLSShared::mtu |
1.8.17