Trait gstreamer_rtsp_server::prelude::RTSPAuthExtManual [−][src]
pub trait RTSPAuthExtManual: 'static {
fn set_default_token(&self, token: Option<&mut RTSPToken>);
fn connect_accept_certificate<F: Fn(&Self, &TlsConnection, &TlsCertificate, TlsCertificateFlags) -> Result<(), LoggableError> + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId;
}Required methods
fn set_default_token(&self, token: Option<&mut RTSPToken>)[src]fn connect_accept_certificate<F: Fn(&Self, &TlsConnection, &TlsCertificate, TlsCertificateFlags) -> Result<(), LoggableError> + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId[src]Implementors
fn connect_accept_certificate<F: Fn(&Self, &TlsConnection, &TlsCertificate, TlsCertificateFlags) -> Result<(), LoggableError> + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId[src]