[][src]Trait gstreamer_rtsp_server::prelude::DeviceMonitorExt

pub trait DeviceMonitorExt: 'static {
    pub fn get_bus(&self) -> Bus;
pub fn get_devices(&self) -> Vec<Device, Global>;
pub fn get_providers(&self) -> Vec<GString, Global>;
pub fn get_show_all_devices(&self) -> bool;
pub fn set_show_all_devices(&self, show_all: bool);
pub fn start(&self) -> Result<(), BoolError>;
pub fn stop(&self);
pub fn get_property_show_all(&self) -> bool;
pub fn set_property_show_all(&self, show_all: bool);
pub fn connect_property_show_all_notify<F>(&self, f: F) -> SignalHandlerId
    where
        F: 'static + Send + Sync + Fn(&Self)
; }

Required methods

pub fn get_bus(&self) -> Bus[src]

pub fn get_devices(&self) -> Vec<Device, Global>[src]

pub fn get_providers(&self) -> Vec<GString, Global>[src]

pub fn get_show_all_devices(&self) -> bool[src]

pub fn set_show_all_devices(&self, show_all: bool)[src]

pub fn start(&self) -> Result<(), BoolError>[src]

pub fn stop(&self)[src]

pub fn get_property_show_all(&self) -> bool[src]

pub fn set_property_show_all(&self, show_all: bool)[src]

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

Loading content...

Implementors

impl<O> DeviceMonitorExt for O where
    O: IsA<DeviceMonitor>, 
[src]

Loading content...