[][src]Trait gstreamer_rtsp_server::RTSPAuthExtManual

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>)

fn connect_accept_certificate<F: Fn(&Self, &TlsConnection, &TlsCertificate, TlsCertificateFlags) -> Result<(), LoggableError> + Send + Sync + 'static>(
    &self,
    f: F
) -> SignalHandlerId

Loading content...

Implementors

impl<O: IsA<RTSPAuth>> RTSPAuthExtManual for O[src]

Loading content...