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
fn create_watch<F>(
&self,
name: Option<&str>,
priority: Priority,
func: F
) -> Source where
F: FnMut(&RTSPSessionPool) -> Continue + Send + 'static, [src]Implementors
fn create_watch<F>(
&self,
name: Option<&str>,
priority: Priority,
func: F
) -> Source where
F: FnMut(&RTSPSessionPool) -> Continue + Send + 'static, [src]