Trait gstreamer_controller::prelude::InterpolationControlSourceExt[][src]

pub trait InterpolationControlSourceExt: 'static {
    fn mode(&self) -> InterpolationMode;
fn set_mode(&self, mode: InterpolationMode);
fn connect_mode_notify<F: Fn(&Self) + Send + Sync + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Trait containing all InterpolationControlSource methods.

Implementors

crate::InterpolationControlSource

Required methods

fn mode(&self) -> InterpolationMode[src]

fn set_mode(&self, mode: InterpolationMode)[src]

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

Loading content...

Implementors

impl<O: IsA<InterpolationControlSource>> InterpolationControlSourceExt for O[src]

fn mode(&self) -> InterpolationMode[src]

fn set_mode(&self, mode: InterpolationMode)[src]

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

Loading content...