Trait gstreamer_rtsp_server::RTSPSessionPoolExtManual [−][src]
pub trait RTSPSessionPoolExtManual { fn create_watch<'a, N: Into<Option<&'a str>>, F>(
&self,
name: N,
priority: Priority,
func: F
) -> Source
where
F: FnMut(&RTSPSessionPool) -> Continue + Send + 'static; }
Required Methods
fn create_watch<'a, N: Into<Option<&'a str>>, F>(
&self,
name: N,
priority: Priority,
func: F
) -> Source where
F: FnMut(&RTSPSessionPool) -> Continue + Send + 'static,
&self,
name: N,
priority: Priority,
func: F
) -> Source where
F: FnMut(&RTSPSessionPool) -> Continue + Send + 'static,
Implementors
impl<O: IsA<RTSPSessionPool>> RTSPSessionPoolExtManual for O