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