Trait gstreamer_rtsp_server::prelude::RTSPSessionPoolExtManual[][src]

pub trait RTSPSessionPoolExtManual: 'static {
    fn create_watch<F>(
        &self,
        name: Option<&str>,
        priority: Priority,
        func: F
    ) -> Source
    where
        F: FnMut(&RTSPSessionPool) -> Continue + Send + 'static
; }

Required methods

Implementors