[][src]Trait gstreamer_rtsp_server::RTSPSessionPoolExtManual

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

Required methods

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

Loading content...

Implementors

impl<O: IsA<RTSPSessionPool>> RTSPSessionPoolExtManual for O[src]

Loading content...