gstreamer_video::prelude

Trait ColorBalanceChannelExt

Source
pub trait ColorBalanceChannelExt: IsA<ColorBalanceChannel> + 'static {
    // Provided method
    fn connect_value_changed<F: Fn(&Self, i32) + Send + Sync + 'static>(
        &self,
        f: F,
    ) -> SignalHandlerId { ... }
}
Expand description

Trait containing all ColorBalanceChannel methods.

§Implementors

ColorBalanceChannel

Provided Methods§

Source

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

Fired when the value of the indicated channel has changed.

§value

The new value

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§