[][src]Trait gstreamer_rtsp_server::prelude::RTSPThreadPoolExt

pub trait RTSPThreadPoolExt: 'static {
    pub fn get_max_threads(&self) -> i32;
pub fn get_thread(
        &self,
        type_: RTSPThreadType,
        ctx: &RTSPContext
    ) -> Option<RTSPThread>;
pub fn set_max_threads(&self, max_threads: i32);
pub fn connect_property_max_threads_notify<F: Fn(&Self) + Send + Sync + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

pub fn get_max_threads(&self) -> i32[src]

pub fn get_thread(
    &self,
    type_: RTSPThreadType,
    ctx: &RTSPContext
) -> Option<RTSPThread>
[src]

pub fn set_max_threads(&self, max_threads: i32)[src]

pub fn connect_property_max_threads_notify<F: Fn(&Self) + Send + Sync + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

Loading content...

Implementors

impl<O: IsA<RTSPThreadPool>> RTSPThreadPoolExt for O[src]

Loading content...