[][src]Trait gstreamer::DeviceMonitorExt

pub trait DeviceMonitorExt: 'static {
    pub fn get_bus(&self) -> Bus;
pub fn get_devices(&self) -> Vec<Device>;
pub fn get_providers(&self) -> Vec<GString>;
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: Fn(&Self) + Send + Sync + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

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

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

pub fn get_providers(&self) -> Vec<GString>[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: Fn(&Self) + Send + Sync + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

Loading content...

Implementors

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

Loading content...