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