RTSPConnection.getTls

Get the TLS connection of conn.

For client side this will return the #GTlsClientConnection when connected over TLS.

For server side connections, this function will create a GTlsServerConnection when called the first time and will return that same connection on subsequent calls. The server is then responsible for configuring the TLS connection.

class RTSPConnection
getTls
()

Return Value

Type: gio.tls_connection.TlsConnection

the TLS connection for conn.