Trait gstreamer::prelude::DeviceMonitorExt [−][src]
pub trait DeviceMonitorExt: 'static { fn bus(&self) -> Bus; fn devices(&self) -> Vec<Device>; fn providers(&self) -> Vec<GString>; fn shows_all_devices(&self) -> bool; fn set_show_all_devices(&self, show_all: bool); fn start(&self) -> Result<(), BoolError>; fn stop(&self); fn shows_all(&self) -> bool; fn set_show_all(&self, show_all: bool); fn connect_show_all_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId; }
Expand description
Required methods
fn shows_all_devices(&self) -> bool
[src]
fn shows_all_devices(&self) -> bool
[src]fn set_show_all_devices(&self, show_all: bool)
[src]
fn set_show_all_devices(&self, show_all: bool)
[src]Set if all devices should be visible, even those devices from hidden
providers. Setting show_all
to true might show some devices multiple times.
show_all
show all devices
fn set_show_all(&self, show_all: bool)
[src]fn connect_show_all_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]Implementors
fn connect_show_all_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]