[][src]Trait gstreamer_net::prelude::DeviceMonitorExtManual

pub trait DeviceMonitorExtManual: 'static {
    fn add_filter<'a, 'b, P, Q>(
        &self,
        classes: P,
        caps: Q
    ) -> Option<DeviceMonitorFilterId>
    where
        P: Into<Option<&'a str>>,
        Q: Into<Option<&'b Caps>>
;
fn remove_filter(
        &self,
        filter_id: DeviceMonitorFilterId
    ) -> Result<(), BoolError>; }

Required methods

fn add_filter<'a, 'b, P, Q>(
    &self,
    classes: P,
    caps: Q
) -> Option<DeviceMonitorFilterId> where
    P: Into<Option<&'a str>>,
    Q: Into<Option<&'b Caps>>, 

fn remove_filter(
    &self,
    filter_id: DeviceMonitorFilterId
) -> Result<(), BoolError>

Loading content...

Implementors

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

Loading content...