gstreamer_controller::prelude

Trait TriggerControlSourceExt

Source
pub trait TriggerControlSourceExt: IsA<TriggerControlSource> + 'static {
    // Provided methods
    fn tolerance(&self) -> i64 { ... }
    fn set_tolerance(&self, tolerance: i64) { ... }
    fn connect_tolerance_notify<F: Fn(&Self) + Send + Sync + 'static>(
        &self,
        f: F,
    ) -> SignalHandlerId { ... }
}
Expand description

Trait containing all TriggerControlSource methods.

§Implementors

TriggerControlSource

Provided Methods§

Source

fn tolerance(&self) -> i64

Source

fn set_tolerance(&self, tolerance: i64)

Source

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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§