Trait gstreamer_controller::prelude::TriggerControlSourceExt[][src]

pub trait TriggerControlSourceExt: 'static {
    fn tolerance(&self) -> i64;
fn set_tolerance(&self, tolerance: i64);
fn connect_tolerance_notify<F: Fn(&Self) + Send + Sync + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Trait containing all TriggerControlSource methods.

Implementors

crate::TriggerControlSource

Required methods

fn tolerance(&self) -> i64[src]

fn set_tolerance(&self, tolerance: i64)[src]

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

Loading content...

Implementors

impl<O: IsA<TriggerControlSource>> TriggerControlSourceExt for O[src]

fn tolerance(&self) -> i64[src]

fn set_tolerance(&self, tolerance: i64)[src]

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

Loading content...