|
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 mbedtls_recv(), and 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().
| int TLSShared::external_sock |
Definition at line 51 of file tls.h.
Referenced by tls_close(), and tls_open().
| URLContext* TLSShared::udp |
Definition at line 52 of file tls.h.
Referenced by ff_tls_set_external_socket(), mbedtls_recv(), mbedtls_send(), tls_close(), tls_handshake(), tls_open(), tls_read(), and tls_write().
| URLContext* TLSShared::tcp |
Definition at line 53 of file tls.h.
Referenced by ff_tls_set_external_socket(), mbedtls_recv(), mbedtls_send(), tls_close(), tls_handshake(), tls_open(), tls_read(), and tls_write().
| int TLSShared::is_dtls |
Definition at line 55 of file tls.h.
Referenced by dtls_open(), ff_tls_set_external_socket(), mbedtls_recv(), mbedtls_send(), tls_close(), tls_handshake(), tls_open(), tls_read(), and tls_write().
| int TLSShared::use_srtp |
Definition at line 56 of file tls.h.
Referenced by tls_open().
| char* TLSShared::cert_buf |
Definition at line 59 of file tls.h.
Referenced by tls_open().
| char* TLSShared::key_buf |
Definition at line 60 of file tls.h.
Referenced by tls_open().
| int TLSShared::mtu |
The size of RTP packet, should generally be set to MTU.
Note that pion requires a smaller value, for example, 1200.
Definition at line 66 of file tls.h.
Referenced by tls_open().
1.8.17